| Package | Description |
|---|---|
| gate.creole.ontology.impl |
The low-level OWLIM API for ontologies in GATE.
|
| gate.creole.ontology.impl.sesame |
| Modifier and Type | Field and Description |
|---|---|
protected OntologyService |
AbstractOntologyImpl.ontologyService
instance of the OntologyService
|
protected OntologyService |
OResourceImpl.ontologyService
instance of the OWLIMServices
|
| Modifier and Type | Method and Description |
|---|---|
static gate.creole.ontology.OClass |
Utils.createOClass(gate.creole.ontology.Ontology ontology,
OntologyService owlim,
String uri,
byte classType)
Creates a new instance of Ontology Class
|
static gate.creole.ontology.OInstance |
Utils.createOInstance(gate.creole.ontology.Ontology ontology,
OntologyService owlim,
String uri)
Creates a new instance of Ontology Instance
|
static gate.creole.ontology.RDFProperty |
Utils.createOProperty(gate.creole.ontology.Ontology ontology,
OntologyService ontologyService,
String uri,
byte type)
Given required parameters, this method, based on the provided type,
returns an appropriate object of a property.
|
| Constructor and Description |
|---|
AllValuesFromRestrictionImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort) |
AnnotationPropertyImpl(gate.creole.ontology.OURI aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
AnonymousClassImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
CardinalityRestrictionImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort) |
DatatypePropertyImpl(gate.creole.ontology.OURI aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
HasValueRestrictionImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort) |
MaxCardinalityRestrictionImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort) |
MinCardinalityRestrictionImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService service) |
ObjectPropertyImpl(gate.creole.ontology.OURI aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
OClassImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService ontologyService)
Constructor
|
OInstanceImpl(gate.creole.ontology.OURI aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
OResourceImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
RDFPropertyImpl(gate.creole.ontology.OURI aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
SomeValuesFromRestrictionImpl(gate.creole.ontology.ONodeID aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort) |
SymmetricPropertyImpl(gate.creole.ontology.OURI aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
TransitivePropertyImpl(gate.creole.ontology.OURI aURI,
gate.creole.ontology.Ontology ontology,
OntologyService owlimPort)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
OntologyServiceImplSesame
Implementation of the GATE Ontology Services.
|