Uses of Class
edu.washington.cs.knowitall.ExtractionPart

Packages that use ExtractionPart
edu.washington.cs.knowitall   
edu.washington.cs.knowitall.extraction   
edu.washington.cs.knowitall.rule   
edu.washington.cs.knowitall.rule.base   
edu.washington.cs.knowitall.rule.constraint   
 

Uses of ExtractionPart in edu.washington.cs.knowitall
 

Methods in edu.washington.cs.knowitall that return ExtractionPart
static ExtractionPart ExtractionPart.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExtractionPart[] ExtractionPart.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ExtractionPart in edu.washington.cs.knowitall.extraction
 

Methods in edu.washington.cs.knowitall.extraction with parameters of type ExtractionPart
 TokenSequence RelationExtraction.getPart(ExtractionPart part)
          Retrieve a TokenSequence that corresponds to the specified part.
 

Uses of ExtractionPart in edu.washington.cs.knowitall.rule
 

Methods in edu.washington.cs.knowitall.rule with parameters of type ExtractionPart
 Iterable<Constraint> Rule.constraints(ExtractionPart part)
          Retrieve the constraints on the specified relation part.
 

Uses of ExtractionPart in edu.washington.cs.knowitall.rule.base
 

Methods in edu.washington.cs.knowitall.rule.base with parameters of type ExtractionPart
protected  CaptureConstraint BaseRuleFactory.baseRuleArgumentConstraint(Extraction extraction, ExtractionPart part, String value)
          Used in base rule creation.
protected  void BaseRuleFactory.createConstraints(Annotation annotation, Extraction extraction, ExtractionPart part, List<Constraint> constraints)
          Used in base rule creation.
protected  void IARPABaseRuleFactory.createConstraints(Annotation annotation, Extraction extraction, ExtractionPart part, List<Constraint> constraints)
           
protected  void BaseRuleFactory.createOntologicalFormArgumentConstraints(OntologicalRelationArgument argument, ExtractionPart part, Extraction extraction, List<CaptureConstraint> constraints)
          Used in base rule creation.
protected  void IARPABaseRuleFactory.createOntologicalFormArgumentConstraints(OntologicalRelationArgument argument, ExtractionPart part, Extraction extraction, List<CaptureConstraint> constraints)
           
 

Uses of ExtractionPart in edu.washington.cs.knowitall.rule.constraint
 

Fields in edu.washington.cs.knowitall.rule.constraint declared as ExtractionPart
 ExtractionPart Constraint.part
           
 

Constructors in edu.washington.cs.knowitall.rule.constraint with parameters of type ExtractionPart
AbstractPatternConstraint(org.jdom.Element e, ExtractionPart part)
           
AbstractPatternConstraint(ExtractionPart part, String pattern)
           
AbstractRegexConstraint(ExtractionPart part, List<String> terms)
           
AbstractRegexConstraint(ExtractionPart part, String term)
           
CaptureConstraint(ExtractionPart part)
           
Constraint(ExtractionPart part)
          Constructs a new constraint on the specified extraction part.
LemmaConstraint(ExtractionPart part, List<String> terms)
           
LemmaConstraint(ExtractionPart part, String term)
           
PartConstraint(ExtractionPart part)
           
PatternConstraint(org.jdom.Element e, ExtractionPart part)
           
PatternConstraint(ExtractionPart part, String pattern)
           
RegexConstraint(ExtractionPart part, List<String> terms)
           
RegexConstraint(ExtractionPart part, String term)
           
SequenceConstraint(ExtractionPart part, Collection<TermConstraint> constraints)
           
StringConstraint(ExtractionPart part, List<String> terms)
           
StringConstraint(ExtractionPart part, String term)
           
TermConstraint(org.jdom.Element e, ExtractionPart part)
           
TermConstraint(ExtractionPart part, List<TermConstraint.Requirement> requirements)
           
TermConstraint(ExtractionPart part, TermConstraint.Requirement requirement)
           
TypeConstraint(ExtractionPart part, String descriptor)
           
 



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