Uses of Class
edu.washington.cs.knowitall.rule.constraint.CaptureConstraint

Packages that use CaptureConstraint
edu.washington.cs.knowitall.ontology   
edu.washington.cs.knowitall.rule.base   
edu.washington.cs.knowitall.rule.constraint   
 

Uses of CaptureConstraint in edu.washington.cs.knowitall.ontology
 

Fields in edu.washington.cs.knowitall.ontology declared as CaptureConstraint
 CaptureConstraint OntologicalFormArgument.constraint
           
 

Constructors in edu.washington.cs.knowitall.ontology with parameters of type CaptureConstraint
OntologicalFormArgument(String name, CaptureConstraint constraint)
           
 

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

Methods in edu.washington.cs.knowitall.rule.base that return CaptureConstraint
protected  CaptureConstraint BaseRuleFactory.baseRuleArgumentConstraint(Extraction extraction, ExtractionPart part, String value)
          Used in base rule creation.
 

Method parameters in edu.washington.cs.knowitall.rule.base with type arguments of type CaptureConstraint
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 CaptureConstraint in edu.washington.cs.knowitall.rule.constraint
 

Subclasses of CaptureConstraint in edu.washington.cs.knowitall.rule.constraint
 class AbstractPatternConstraint
          ] Parent class that contains common functionality for a constraint that is expressible using a token-based pattern.
 class AbstractRegexConstraint
           
 class LemmaConstraint
          Constrains based on the presence of a lemma.
 class PartConstraint
          While not strictly a constraint because the condition is always true, this constraint captures the specified extraction part.
 class PatternConstraint
          Constrains based on the supplied token-based pattern.
 class RegexConstraint
           
 class SequenceConstraint
          Constrains based on a sequence of adjacent TermConstraints.
 class StringConstraint
          Constrains based on the existence of a token.
 class TermConstraint
          Constrains based on the existance of a term.
 class TypeConstraint
          Constrains based on the presence of a type.
 



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