Uses of Class
edu.washington.cs.knowitall.ontology.OntologicalRelationArgument

Packages that use OntologicalRelationArgument
edu.washington.cs.knowitall.ontology   
edu.washington.cs.knowitall.rule.base   
 

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

Fields in edu.washington.cs.knowitall.ontology with type parameters of type OntologicalRelationArgument
 com.google.common.collect.ImmutableList<OntologicalRelationArgument> OntologicalRelation.arguments
           
 

Methods in edu.washington.cs.knowitall.ontology that return OntologicalRelationArgument
 OntologicalRelationArgument OntologicalFormArgument.instance(RelationExtraction extraction)
          Create an instance of this argument class by applying the constraint to the extraction.
 

Constructor parameters in edu.washington.cs.knowitall.ontology with type arguments of type OntologicalRelationArgument
OntologicalRelation(OntologicalForm form, List<OntologicalRelationArgument> arguments)
           
OntologicalRelation(String name, List<OntologicalRelationArgument> arguments)
           
 

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

Methods in edu.washington.cs.knowitall.rule.base with parameters of type OntologicalRelationArgument
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)
           
 



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