|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OntologicalForm | |
|---|---|
| edu.washington.cs.knowitall.ontology | |
| edu.washington.cs.knowitall.rule | |
| edu.washington.cs.knowitall.rule.base | |
| Uses of OntologicalForm in edu.washington.cs.knowitall.ontology |
|---|
| Methods in edu.washington.cs.knowitall.ontology that return OntologicalForm | |
|---|---|
static OntologicalForm |
OntologicalForm.fromXmlElement(org.jdom.Element e)
|
OntologicalForm |
OntologicalForm.simplify()
|
| Constructors in edu.washington.cs.knowitall.ontology with parameters of type OntologicalForm | |
|---|---|
OntologicalRelation(OntologicalForm form,
List<OntologicalRelationArgument> arguments)
|
|
| Uses of OntologicalForm in edu.washington.cs.knowitall.rule |
|---|
| Fields in edu.washington.cs.knowitall.rule declared as OntologicalForm | |
|---|---|
OntologicalForm |
Rule.form
|
| Constructors in edu.washington.cs.knowitall.rule with parameters of type OntologicalForm | |
|---|---|
Rule(OntologicalForm ontology)
Constructs a new rule that maps onto the specified ontological form without additional constraints. |
|
Rule(OntologicalForm ontology,
Collection<Constraint> additionalConstraints)
|
|
Rule(Rule parent,
OntologicalForm ontology,
Collection<Constraint> additionalConstraints)
Constructs a new rule that maps onto the specified ontological form when all constraints are met. |
|
| Uses of OntologicalForm in edu.washington.cs.knowitall.rule.base |
|---|
| Methods in edu.washington.cs.knowitall.rule.base that return types with arguments of type OntologicalForm | |
|---|---|
protected List<OntologicalForm> |
BaseRuleFactory.createOntologicalForms(Annotation annotation,
RelationExtraction extraction)
Used in base rule creation. |
| Method parameters in edu.washington.cs.knowitall.rule.base with type arguments of type OntologicalForm | |
|---|---|
protected void |
BaseRuleFactory.createOntologicalForm(String name,
List<OntologicalForm> forms,
List<List<OntologicalFormArgument>> matrix,
List<OntologicalFormArgument> arguments)
Used in base rule creation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||