Package | Description |
---|---|
gate.creole.ontology |
The GATE ontology API.
|
Modifier and Type | Method and Description |
---|---|
TransitiveProperty |
Ontology.addTransitiveProperty(OURI aPropertyURI,
Set<OClass> domain,
Set<OClass> range)
Creates a new transitive property (an object property that is
transitive).
|
Modifier and Type | Method and Description |
---|---|
Set<TransitiveProperty> |
Ontology.getTransitiveProperties()
Gets the set of Transitive Properties in the ontology.
|
Copyright © 2024 GATE. All rights reserved.