Uses of Class
edu.washington.cs.knowitall.rule.constraint.TermConstraint.Requirement

Packages that use TermConstraint.Requirement
edu.washington.cs.knowitall.rule.constraint   
 

Uses of TermConstraint.Requirement in edu.washington.cs.knowitall.rule.constraint
 

Subclasses of TermConstraint.Requirement in edu.washington.cs.knowitall.rule.constraint
static class TermConstraint.ChunkRequirement
          Require the associated chunk tag.
static class TermConstraint.LemmaRequirement
          Require the associated lemma.
static class TermConstraint.PosRequirement
          Require the associated POS tag.
static class TermConstraint.StringRequirement
          Require the associated string.
static class TermConstraint.TypeRequirement
          Require the associated type.
 

Fields in edu.washington.cs.knowitall.rule.constraint with type parameters of type TermConstraint.Requirement
 Set<TermConstraint.Requirement> TermConstraint.requirements
           
 

Methods in edu.washington.cs.knowitall.rule.constraint that return TermConstraint.Requirement
static TermConstraint.Requirement TermConstraint.Requirement.fromXmlElement(org.jdom.Element e)
           
 

Method parameters in edu.washington.cs.knowitall.rule.constraint with type arguments of type TermConstraint.Requirement
protected static String TermConstraint.buildPattern(List<TermConstraint.Requirement> requirements)
          Build a pattern from the list of requirements.
 

Constructors in edu.washington.cs.knowitall.rule.constraint with parameters of type TermConstraint.Requirement
TermConstraint(ExtractionPart part, TermConstraint.Requirement requirement)
           
 

Constructor parameters in edu.washington.cs.knowitall.rule.constraint with type arguments of type TermConstraint.Requirement
TermConstraint(ExtractionPart part, List<TermConstraint.Requirement> requirements)
           
 



Copyright © 2011 University of Washington CSE. All Rights Reserved.