-
OURI_RDF_PROPERTY
gate.creole.ontology.OURI OURI_RDF_PROPERTY
-
OURI_RDF_TYPE
gate.creole.ontology.OURI OURI_RDF_TYPE
-
OURI_RDFS_COMMENT
gate.creole.ontology.OURI OURI_RDFS_COMMENT
-
OURI_RDFS_CLASS
gate.creole.ontology.OURI OURI_RDFS_CLASS
-
OURI_RDFS_DOMAIN
gate.creole.ontology.OURI OURI_RDFS_DOMAIN
-
OURI_RDFS_LABEL
gate.creole.ontology.OURI OURI_RDFS_LABEL
-
OURI_RDFS_RANGE
gate.creole.ontology.OURI OURI_RDFS_RANGE
-
OURI_RDFS_SUBCLASSOF
gate.creole.ontology.OURI OURI_RDFS_SUBCLASSOF
-
OURI_OWL_ALLVALUESFROM
gate.creole.ontology.OURI OURI_OWL_ALLVALUESFROM
-
OURI_OWL_ANNOTATIONPROPERTY
gate.creole.ontology.OURI OURI_OWL_ANNOTATIONPROPERTY
-
OURI_OWL_CLASS
gate.creole.ontology.OURI OURI_OWL_CLASS
-
OURI_OWL_DATATYPEPROPERTY
gate.creole.ontology.OURI OURI_OWL_DATATYPEPROPERTY
-
OURI_OWL_DIFFERENTFROM
gate.creole.ontology.OURI OURI_OWL_DIFFERENTFROM
-
OURI_OWL_EQUIVALENTCLASS
gate.creole.ontology.OURI OURI_OWL_EQUIVALENTCLASS
-
OURI_OWL_EQUIVALENTPROPERTY
gate.creole.ontology.OURI OURI_OWL_EQUIVALENTPROPERTY
-
OURI_OWL_FUNCTIONALPROPERTY
gate.creole.ontology.OURI OURI_OWL_FUNCTIONALPROPERTY
-
OURI_OWL_HASVALUE
gate.creole.ontology.OURI OURI_OWL_HASVALUE
-
OURI_OWL_INVERSEFUNCTIONALPROPERTY
gate.creole.ontology.OURI OURI_OWL_INVERSEFUNCTIONALPROPERTY
-
OURI_OWL_MAXCARDINALITY
gate.creole.ontology.OURI OURI_OWL_MAXCARDINALITY
-
OURI_OWL_MINCARDINALITY
gate.creole.ontology.OURI OURI_OWL_MINCARDINALITY
-
OURI_OWL_OBJECTPROPERTY
gate.creole.ontology.OURI OURI_OWL_OBJECTPROPERTY
-
OURI_OWL_ONPROPERTY
gate.creole.ontology.OURI OURI_OWL_ONPROPERTY
-
OURI_OWL_ONTOLOGY
gate.creole.ontology.OURI OURI_OWL_ONTOLOGY
-
OURI_OWL_RESTRICTION
gate.creole.ontology.OURI OURI_OWL_RESTRICTION
-
OURI_OWL_SAMEAS
gate.creole.ontology.OURI OURI_OWL_SAMEAS
-
OURI_OWL_SOMEVALUESFROM
gate.creole.ontology.OURI OURI_OWL_SOMEVALUESFROM
-
OURI_OWL_SYMMETRICPROPERTY
gate.creole.ontology.OURI OURI_OWL_SYMMETRICPROPERTY
-
OURI_OWL_TRANSITIVEPROPERTY
gate.creole.ontology.OURI OURI_OWL_TRANSITIVEPROPERTY
-
OURI_OWL_VERSIONINFO
gate.creole.ontology.OURI OURI_OWL_VERSIONINFO
-
knownImportURIs
Set<E> knownImportURIs
The ontology import URIs that were already processed for this ontology.
NOTE: this contains both the URIs from imports and the ontology URIs
from loading ontology data in order to prevent that an ontology that
was loaded gets again loaded as an import. Having an ontology loaded
both normally and as an import will cause things to break in absurd
and unpredictable ways!!!
-
loadedOntologyURIs
List<E> loadedOntologyURIs
-
ontologyService
OntologyService ontologyService
instance of the OntologyService
-
ontologyURL
URL ontologyURL
Main URL of the ontology. This is the URL that was used to load
the first ontology data. If not known, this is null.
-
defaultNameSpace
String defaultNameSpace
Default Namespace
-
isModified
boolean isModified
Parameter that keeps track of if the ontology is modified
-
doSetAutoLabel
boolean doSetAutoLabel
This field controls whether new ontology entities will have their
label set to the entity resource name automatically.
The behavior has changed from the old to the new implementation: the
old implementation always set the label, the new implementation does
not do that for the new LRs. However, to provide better temporary backwards
compatibility, the backwards compatibility LR sets this to true and
does create the labels automatically.
-
logger
org.apache.log4j.Logger logger
-
randomGenerator
Random randomGenerator
-
pluginDir
File pluginDir