A B C D E F G H I K L M N O P R S T U V W 

A

AbstractOntologyImpl - Class in gate.creole.ontology.impl
This class provides implementation of most of the methods of Ontology interface.
AbstractOntologyImpl() - Constructor for class gate.creole.ontology.impl.AbstractOntologyImpl
Constructor
AbstractOntologyImplSesame - Class in gate.creole.ontology.impl.sesame
 
AbstractOntologyImplSesame() - Constructor for class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
actionsList - Variable in class gate.creole.ontology.impl.sesame.OntologyLR
Actions for the remote ontology LR.
addAllValuesFromRestriction(RDFProperty, OResource) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Adds a new AllValuesFrom Restriction to the ontology.
addAllValuesFromRestriction(ObjectProperty, OClass) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addAnnotationProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addAnnotationProperty(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Creates a new AnnotationProperty.
addAnnotationProperty(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Creates a new AnnotationProperty.
addAnnotationPropertyValue(ONodeID, OURI, String, String) - Method in interface gate.creole.ontology.impl.OntologyService
Adds a new annotation property value and specifies the language.
addAnnotationPropertyValue(AnnotationProperty, Literal) - Method in class gate.creole.ontology.impl.OResourceImpl
 
addAnnotationPropertyValue(ONodeID, OURI, String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Adds a new annotation property value and specifies the language.
addAnonymousClass() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addCardinalityRestriction(RDFProperty, String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Adds a new Cardinality Restriction to the ontology.
addClass(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
The method allows adding a class to repository.
addClass(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method allows adding a class to repository.
addDatatypeProperty(OURI, Set<OClass>, DataType) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addDataTypeProperty(OURI, Set<OClass>, String) - Method in interface gate.creole.ontology.impl.OntologyService
The method adds a data type property specifiying domain and range for the same.
addDataTypeProperty(OURI, Set<OClass>, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method adds a data type property specifiying domain and range for the same.
addDatatypePropertyValue(DatatypeProperty, Literal) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
addDatatypePropertyValue(OURI, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyService
Adds the value for the given Property.
addDatatypePropertyValue(OURI, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Adds the value for the given Property.
addHasValueRestriction(RDFProperty, OResource) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Adds a new HasValue Restriction to the ontology.
addIndividual(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
The method adds a new instance (literal) into the repository.
addIndividual(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method adds a new instance (literal) into the repository.
addMaxCardinalityRestriction(RDFProperty, String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Adds a new MaxCardinality Restriction to the ontology.
addMinCardinalityRestriction(RDFProperty, String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Adds a new MinCardinality Restriction to the ontology.
addObjectProperty(OURI, Set<OClass>, Set<OClass>) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addObjectProperty(String, String[], String[]) - Method in interface gate.creole.ontology.impl.OntologyService
The method adds an object property specifiying domain and range for the same.
addObjectProperty(String, String[], String[]) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method adds an object property specifiying domain and range for the same.
addObjectPropertyValue(ObjectProperty, OInstance) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
addObjectPropertyValue(ONodeID, OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Adds the value for the given property (Object, Symmetric and Transitive).
addObjectPropertyValue(ONodeID, OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Adds the value for the given property (Object, Symmetric and Transitive).
addOClass(OURI, byte) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addOClass(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addOClass(OClass) - Method in class gate.creole.ontology.impl.OInstanceImpl
Make this individual an instance of another class.
addOInstance(OURI, OClass) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addOntologyModificationListener(OntologyModificationListener) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addOntologyTripleStoreListener(OntologyTripleStoreListener, boolean) - Method in interface gate.creole.ontology.impl.OntologyTripleStore
Add a listener for ontology triple store additions and removals.
addOntologyTripleStoreListener(OntologyTripleStoreListener) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
addOntologyURIs() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addOResourceToMap(String, OResource) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Dummy implementation - this method is not supported any more.
addRDFProperty(OURI, Set<OResource>, Set<OResource>) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addRDFProperty(OURI, Set<OResource>, Set<OResource>) - Method in interface gate.creole.ontology.impl.OntologyService
The method adds a generic property specifiying domain and range for the same.
addRDFProperty(OURI, Set<OResource>, Set<OResource>) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method adds a generic property specifiying domain and range for the same.
addRDFPropertyValue(RDFProperty, OResource) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
addRDFPropertyValue(ONodeID, OURI, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyService
adds the RDF Property value on the specified instance
addRDFPropertyValue(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
adds the RDF Property value on the specified instance
addRestriction(OBNodeID) - Method in interface gate.creole.ontology.impl.OntologyService
 
addRestriction(OBNodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
addSerqlQueryResultToCollection(String, Collection<String>) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
addSerqlQueryResultToCollection(String, Collection<String>, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
addSerqlQueryResultValuesToCollection(String, Collection<Value>) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
addSomeValuesFromRestriction(RDFProperty, OResource) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Adds a new AllValuesFrom Restriction to the ontology.
addSubClass(OClass) - Method in class gate.creole.ontology.impl.OClassImpl
 
addSubClass(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
The method creates a new class with the URI as specified in className and adds it as a subClassOf the parentClass.
addSubClass(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method creates a new class with the URI as specified in className and adds it as a subClassOf the parentClass.
addSubProperty(RDFProperty) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
addSubProperty(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
For the given properties, this method registers the super, sub relation
addSubProperty(RDFProperty) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
addSubProperty(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
For the given properties, this method registers the super, sub relation
addSuperClass(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
The method creates a new class with the URI as specified in className and adds it as a superClassOf the parentClass.
addSuperClass(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method creates a new class with the URI as specified in className and adds it as a superClassOf the parentClass.
addSuperProperty(RDFProperty) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
addSuperProperty(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
For the given properties, this method registers the super, sub relation
addSuperProperty(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
For the given properties, this method registers the super, sub relation
addSymmetricProperty(OURI, Set<OClass>) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addSymmetricProperty(OURI, Set<OClass>) - Method in interface gate.creole.ontology.impl.OntologyService
The method adds a symmetric property specifiying domain and range for the same.
addSymmetricProperty(OURI, Set<OClass>) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method adds a symmetric property specifying domain and range for the same.
addTransitiveProperty(OURI, Set<OClass>, Set<OClass>) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
addTransitiveProperty(String, String[], String[]) - Method in interface gate.creole.ontology.impl.OntologyService
The method adds a transitive property specifiying domain and range for the same.
addTransitiveProperty(String, String[], String[]) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method adds a transitive property specifiying domain and range for the same.
addTriple(ONodeID, OURI, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyTripleStore
Add a triple to the ontology.
addTriple(ONodeID, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyTripleStore
Add a triple with a literal triple object to the ontology.
addTriple(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
addTriple(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
AllValuesFromRestrictionImpl - Class in gate.creole.ontology.impl
 
AllValuesFromRestrictionImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.AllValuesFromRestrictionImpl
 
AnnotationPropertyImpl - Class in gate.creole.ontology.impl
Provides an implementation of the AnnotationProperty interface.
AnnotationPropertyImpl(OURI, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.AnnotationPropertyImpl
Constructor
AnonymousClassImpl - Class in gate.creole.ontology.impl
Implementation of the AnonymousClass
AnonymousClassImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.AnonymousClassImpl
Constructor
anonymousNodeCounter - Static variable in class gate.creole.ontology.impl.AbstractOntologyImpl
Map where the key is a resource name and value is a list of resources with that name.
aResourceName - Variable in class gate.creole.ontology.impl.ONodeIDImpl
A Resource name (in current version - a value after the last occurance of '#' or '/')

B

baseURI - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 

C

CardinalityRestrictionImpl - Class in gate.creole.ontology.impl
 
CardinalityRestrictionImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.CardinalityRestrictionImpl
 
checkOClasses01(Ontology) - Method in class gate.creole.ontology.impl.test.Test4Develop
 
cleanOntology() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
cleanOntology() - Method in interface gate.creole.ontology.impl.OntologyService
The method removes all data from the available graph.
cleanOntology() - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
cleanOntology() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method removes all data from the ontology, including imports and the system imports.
cleanup() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
cleanup() - Method in class gate.creole.ontology.impl.sesame.OntologyLR
This method deletes the repository from memory and releases all resources occupied by the ontology.
cleanup() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
cleanup() - Static method in class gate.creole.ontology.impl.test.Test_OntoTest1
 
cleanup() - Static method in class gate.creole.ontology.impl.test.Test_OntoWine
 
cleanup() - Static method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
cleanup() - Static method in class gate.creole.ontology.impl.test.Test_TripleStore
 
cleanup() - Static method in class gate.creole.ontology.impl.test.Test_TupleQuery
 
cleanup() - Static method in class gate.creole.ontology.impl.test.Test_W3Tests
 
clearRepository() - Method in class gate.creole.ontology.impl.sesame.SesameManager
Clear the current repository and remove all data from it.
close() - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl.ClosableTripleIterator
 
close() - Method in class gate.creole.ontology.impl.sesame.UtilResourceQueryIterator
 
close() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
closeRepository() - Method in class gate.creole.ontology.impl.sesame.SesameManager
Close the currently opened repository.
commitTransaction() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
compareTo(ONodeID) - Method in class gate.creole.ontology.impl.ONodeIDImpl
 
compareTo(OResource) - Method in class gate.creole.ontology.impl.OResourceImpl
 
configFileURL - Variable in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
ConnectSesameOntology - Class in gate.creole.ontology.impl.sesame
An ontology LR that allows to connect to a repository containing an ontology.
ConnectSesameOntology() - Constructor for class gate.creole.ontology.impl.sesame.ConnectSesameOntology
Constructor
connectToLocalLocation(String, boolean) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Connect to a local repository location at the given directory.
connectToLocalLocation(URL, boolean) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
connectToLocation(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Connect to a managed repository location.
connectToLocation(URL) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
connectToRemoteLocation(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Connect to a remote managed repository location.
connectToRepository(String, String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Connect to a managed repository located at the given location and connect to the repository with the given name.
connectToRepository(URL, String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
containsOClass(ONodeID) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
containsOClass(OClass) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
containsOInstance(OInstance) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
containsOInstance(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
containsURI(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
 
containsURI(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
contextURI - Variable in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
convertLiteralOrONodeID2SesameValue(LiteralOrONodeID) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
convertSesameLiteral2Literal(Literal) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Convert a Sesame literal to a GATE literal
createAskQuery(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
createBooleanQuery(String, OConstants.QueryLanguage) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
createForRepository(AbstractOntologyImplSesame, File, String) - Static method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Create an unmanaged repository in the given data directory from the given configuration data string.
createForRepositoryConnection(AbstractOntologyImplSesame, URL, String) - Static method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Connect to the repository with the given repository ID at the given repository URL location, which could be either a directory or a sesame server.
createOBNodeID(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
createOClass(Ontology, OntologyService, String, byte) - Static method in class gate.creole.ontology.impl.Utils
Creates a new instance of Ontology Class
createOInstance(Ontology, OntologyService, String) - Static method in class gate.creole.ontology.impl.Utils
Creates a new instance of Ontology Instance
createOProperty(Ontology, OntologyService, String, byte) - Static method in class gate.creole.ontology.impl.Utils
Given required parameters, this method, based on the provided type, returns an appropriate object of a property.
createOURI(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
createOURIForName(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
createOURIForName(String, String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
createQuery(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Create a query object for the current repository.
createRepository(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Create a new managed repository at the current remote or local location using the configuration information passed on as a string.
CreateSesameOntology - Class in gate.creole.ontology.impl.sesame
An ontology LR that creates a repository based on a config template file.
CreateSesameOntology() - Constructor for class gate.creole.ontology.impl.sesame.CreateSesameOntology
Constructor
createTupleQuery(String, OConstants.QueryLanguage) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
createUnmanagedRepository(File, String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Create an unmanaged repository with files stored in the directory given from the configuration passed as a string.
createUpdate(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 

D

dataDirectoryURL - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
datastoreClosed(CreoleEvent) - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
datastoreCreated(CreoleEvent) - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
datastoreOpened(CreoleEvent) - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
DatatypePropertyImpl - Class in gate.creole.ontology.impl
Implementation of the DatatypeProperty
DatatypePropertyImpl(OURI, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.DatatypePropertyImpl
Constructor
DEBUG - Static variable in class gate.creole.ontology.impl.sesame.OntologyLR
If true, the debug information is printed.
defaultNameSpace - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
Default Namespace
deleteRepository(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Delete the managed repository with that name.
disconnect() - Method in class gate.creole.ontology.impl.sesame.SesameManager
Disconnect from a local or remote repository manager.
doSetAutoLabel - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
This field controls whether new ontology entities will have their label set to the entity resource name automatically.

E

encodeResourceName(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
endTransaction(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
equals(Object) - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
equals(Object) - Method in class gate.creole.ontology.impl.ONodeIDImpl
 
equals(Object) - Method in class gate.creole.ontology.impl.OResourceImpl
equals method overriden tocompare URIs
equals(Object) - Method in class gate.creole.ontology.impl.OValueImpl
 
equals(Object) - Method in class gate.creole.ontology.impl.sesame.TripleImplSesame
A triple object is identical to another triple object if all three of subject, predicate and object are equal.This is independent of the implementation of the other triple.
error(String) - Static method in class gate.creole.ontology.impl.Utils
Utility method that throws a GateRuntimeException to the user.
evaluate() - Method in class gate.creole.ontology.impl.sesame.UtilBooleanQuery
 
evaluate() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
executeQuery(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Deprecated.
executeQuery(String) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
Deprecated.
expandAllClasses(Set<OClass>, int) - Method in class gate.creole.ontology.impl.test.Test_OntoTest1
 
expandAllClasses(Set<OClass>, int) - Method in class gate.creole.ontology.impl.test.Test_OntoWine
 
expandAllClasses(Set<OClass>, int) - Method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
expandAllClasses(Set<OClass>, Set<ONodeID>, int) - Method in class gate.creole.ontology.impl.test.Test_W3Tests
 
expectedTriple - Variable in class gate.creole.ontology.impl.test.Test_TripleStore.MyTripleEventListener
 

F

fireOntologyReset() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
fireOntologyResourceAdded(OResource) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
A Method to invoke an event for newly added ontology resource
fireOntologyResourcesRemoved(String[]) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
A Method to invoke an event for a removed ontology resource
fireResourcePropertyValueChanged(OResource, RDFProperty, Object, int) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
A method to invoke when a resource's property value is changed
fireResourceRelationChanged(OResource, OResource, int) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
A method to invoke when a resource's property value is changed

G

gate.creole.ontology.impl - package gate.creole.ontology.impl
The low-level OWLIM API for ontologies in GATE.
gate.creole.ontology.impl.sesame - package gate.creole.ontology.impl.sesame
 
gate.creole.ontology.impl.test - package gate.creole.ontology.impl.test
 
gate.creole.ontology.owlim - package gate.creole.ontology.owlim
 
generateOURI(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
generateOURI(String, String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getActions() - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
getAllResources() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
This method returns a list of OResources from the ontology.
getAllSetProperties() - Method in class gate.creole.ontology.impl.OInstanceImpl
This method returns all the set properties set on this resource.
getAllSetProperties() - Method in class gate.creole.ontology.impl.OResourceImpl
This method returns all the set properties set on this resource.
getAnnotationProperties() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getAnnotationProperties(String) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the annotation properties set on the specified resource
getAnnotationProperties() - Method in interface gate.creole.ontology.impl.OntologyService
The method returns an array of properties.
getAnnotationProperties(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the annotation properties set on the specified resource
getAnnotationProperties() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns an array of properties.
getAnnotationProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getAnnotationPropertyValues(ONodeID, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the list of annotation property values
getAnnotationPropertyValues(AnnotationProperty) - Method in class gate.creole.ontology.impl.OResourceImpl
 
getAnnotationPropertyValues(ONodeID, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the list of annotation property values
getArgs() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getAsImport() - Method in class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
Return a flag that indicates if the loaded file should be loaded as an imported ontology.
getAutoGeneratedRestrictionName() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getBaseURI() - Method in class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
Return the basURI specified by the user.
getBaseURI() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getBaseURI() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getBindingNames() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
getClasses(boolean) - Method in interface gate.creole.ontology.impl.OntologyService
if top set to true, the method returns only the top classes (i.e.
getClasses(boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getClassesByName(String) - Method in interface gate.creole.ontology.impl.OntologyService
 
getClassesByName(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getClassesIterator(boolean) - Method in interface gate.creole.ontology.impl.OntologyService
 
getClassesIterator(boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getClassesOfIndividual(String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
For the given individual, the method returns a set of classes for which the individual is registered as instance of
getClassesOfIndividual(String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
For the given individual, the method returns a set of classes for which the individual is registered as instance of
getClassType(String) - Method in interface gate.creole.ontology.impl.OntologyService
This method tells what type of restriction the given uri refers to.
getClassType() - Method in class gate.creole.ontology.impl.ResourceInfo
 
getClassType(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
This method tells what type of restriction the given uri refers to.
getCmd() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getColsep() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getComment(Locale) - Method in class gate.creole.ontology.impl.OResourceImpl
 
getComments() - Method in class gate.creole.ontology.impl.OResourceImpl
This method returns a set of comments specified on this resource.
getConfig() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getConfigFile() - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
getContextURI() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getContextURIString() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getDataDirectoryURL() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getDataDirectoryURL() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getDataType() - Method in class gate.creole.ontology.impl.CardinalityRestrictionImpl
 
getDataType() - Method in class gate.creole.ontology.impl.DatatypePropertyImpl
 
getDataType() - Method in class gate.creole.ontology.impl.MaxCardinalityRestrictionImpl
 
getDataType() - Method in class gate.creole.ontology.impl.MinCardinalityRestrictionImpl
 
getDatatype(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Returns the datatype uri specified for the given datatype property.
getDataType(String) - Static method in class gate.creole.ontology.impl.OntologyUtilities
Gets the respective datatype for the given datatype URI passed as a String.
getDatatype() - Method in class gate.creole.ontology.impl.PropertyValue
Gets the datatype value for this PropertyValue.
getDatatype(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Returns the datatype uri specified for the given datatype property.
getDatatypeProperties() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getDatatypeProperties(String) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the datatype properties set on the specified resource
getDatatypeProperties() - Method in interface gate.creole.ontology.impl.OntologyService
The method returns an array of properties.
getDatatypeProperties(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the datatype properties set on the specified resource
getDatatypeProperties() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns an array of properties.
getDatatypeProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getDatatypePropertyValues(DatatypeProperty) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getDatatypePropertyValues(OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Gets a list of values for the given Property.
getDatatypePropertyValues(OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets a list of values for the given Property.
getDebug() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getDefaultNameSpace() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getDefaultNameSpace() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getDifferentIndividualFrom(String) - Method in interface gate.creole.ontology.impl.OntologyService
for the given individual, the method returns all individuals registered as different from the given individual
getDifferentIndividualFrom(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
for the given individual, the method returns all individuals registered as different from the given individual
getDifferentInstances() - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getDir() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getDistance(OClass, OClass) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getDomain() - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
getDomain() - Method in class gate.creole.ontology.impl.DatatypePropertyImpl
 
getDomain() - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
getDomain(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Given a property, this method returns its domain
getDomain() - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getDomain(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Given a property, this method returns its domain
getEquivalentClasses() - Method in class gate.creole.ontology.impl.OClassImpl
 
getEquivalentClasses(String) - Method in interface gate.creole.ontology.impl.OntologyService
returns an array of classes which are equivalent as the given class
getEquivalentClasses(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns an array of classes which are equivalent as the given class
getEquivalentPropertyAs() - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
getEquivalentPropertyAs(String) - Method in interface gate.creole.ontology.impl.OntologyService
For the given property, this method returns all properties marked as Equivalent as it
getEquivalentPropertyAs() - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getEquivalentPropertyAs(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
For the given property, this method returns all properties marked as Equivalent as it
getFile() - Method in class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
Return the file specified by the user
getFile() - Method in class gate.creole.ontology.impl.sesame.GUISaveOptionsPane
Get the file specified by the user.
getFile() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getFormat() - Method in class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
Return the file format chosen by the user
getFormat() - Method in class gate.creole.ontology.impl.sesame.GUISaveOptionsPane
Get the ontology format specified by the user
getFormat() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getFrom() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getHasValue() - Method in class gate.creole.ontology.impl.AllValuesFromRestrictionImpl
 
getHasValue() - Method in class gate.creole.ontology.impl.HasValueRestrictionImpl
 
getHasValue() - Method in class gate.creole.ontology.impl.SomeValuesFromRestrictionImpl
 
getId() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getImportURIs() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getImportURIStrings() - Method in interface gate.creole.ontology.impl.OntologyService
 
getImportURIStrings() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
From all the data and imports so far loaded, gather the set of all ontology import URIs.
getIncludeImports() - Method in class gate.creole.ontology.impl.sesame.GUISaveOptionsPane
Get the flag indicating if imported ontologies should be included in the saved file.
getIncludeInferred() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
getIndividuals(String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns all member instances of the provided class.
getInstances(ONodeID, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getInstancesByName(String) - Method in interface gate.creole.ontology.impl.OntologyService
 
getInstancesByName(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getInstancesIterator(ONodeID, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
 
getInstancesIterator(ONodeID, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getInverseProperties() - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
getInverseProperties(String) - Method in interface gate.creole.ontology.impl.OntologyService
for the given property, the method returns all its inverse properties
getInverseProperties(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
for the given property, the method returns all its inverse properties
getLabel(Locale) - Method in class gate.creole.ontology.impl.OResourceImpl
 
getLabels() - Method in class gate.creole.ontology.impl.OResourceImpl
This method returns a set of labels specified on this resource.
getLiteral() - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
getLiteral() - Method in class gate.creole.ontology.impl.OValueImpl
 
getLoadImports() - Method in class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
Return a flag that indicates if imports specified in the loaded ontology should automatically be loaded too.
getLoadImports() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getLoadImports() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getLocale(String) - Static method in class gate.creole.ontology.impl.OntologyUtilities
Gets the respective locale for the given 2 character language code.
getMappingsFile() - Method in class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
Return the import mappings file specified by the user.
getMappingsURL() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getMappingsURL() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getMax() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getN3URL() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getN3URL() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getName() - Method in class gate.creole.ontology.impl.OResourceImpl
 
getNameSpace() - Method in class gate.creole.ontology.impl.ONodeIDImpl
Retrieves the name space part from the URI.
getNtriplesURL() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getNtriplesURL() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getObject() - Method in class gate.creole.ontology.impl.sesame.TripleImplSesame
 
getObjectProperties() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getObjectProperties(String) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the object properties set on the specified resource
getObjectProperties() - Method in interface gate.creole.ontology.impl.OntologyService
The method returns an array of properties.
getObjectProperties(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the object properties set on the specified resource
getObjectProperties() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns an array of properties.
getObjectProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getObjectPropertyValues(ObjectProperty) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getObjectPropertyValues(OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Gets a list of values for the given Property (Object, Symmetric and Transitive).
getObjectPropertyValues(OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets a list of values for the given Property (Object, Symmetric and Transitive).
getOClass(ONodeID) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOClasses(boolean) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOClasses(byte) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getOClasses(OConstants.Closure) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getOClassesByName(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOClassesIterator(boolean) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOInstance(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOInstances() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOInstances(OClass, byte) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOInstances(OClass, OConstants.Closure) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOInstancesByName(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOInstancesIterator() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOInstancesIterator(OClass, OConstants.Closure) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getONodeID() - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
getONodeID() - Method in class gate.creole.ontology.impl.OResourceImpl
 
getOnPropertyValue() - Method in class gate.creole.ontology.impl.AllValuesFromRestrictionImpl
 
getOnPropertyValue() - Method in class gate.creole.ontology.impl.CardinalityRestrictionImpl
 
getOnPropertyValue() - Method in class gate.creole.ontology.impl.HasValueRestrictionImpl
 
getOnPropertyValue() - Method in class gate.creole.ontology.impl.MaxCardinalityRestrictionImpl
 
getOnPropertyValue() - Method in class gate.creole.ontology.impl.MinCardinalityRestrictionImpl
 
getOnPropertyValue(String) - Method in interface gate.creole.ontology.impl.OntologyService
This method given a restriction uri returns the value for the onProperty element.
getOnPropertyValue(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
This method given a restriction uri returns the value for the onProperty element.
getOnPropertyValue() - Method in class gate.creole.ontology.impl.SomeValuesFromRestrictionImpl
 
getOntology(URL) - Static method in class gate.creole.ontology.impl.OntologyUtilities
Checks the availability of an existing instance of the Ontology with the given URL in the GATE's CreoleRegister.
getOntology() - Method in class gate.creole.ontology.impl.OResourceImpl
 
getOntologyAnnotationValues(AnnotationProperty) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOntologyData(byte) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Deprecated.
getOntologyTripleStore() - Method in interface gate.creole.ontology.impl.OntologyService
 
getOntologyTripleStore() - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
getOntologyTripleStore() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getOntologyURI() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOntologyURIs() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getOntologyURIs() - Method in interface gate.creole.ontology.impl.OntologyService
 
getOntologyURIs() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getOResource() - Method in class gate.creole.ontology.impl.OValueImpl
 
getOResourceByName(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Try to return the only OResource with the given resource name.
getOResourceFromMap(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Dummy implementation - this method is deprecated and only kept as long as it will be used in the gate.gui.ontology package.
getOResourcesByName(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Find all OResources for the given resource name.
getOResourcesWith(RDFProperty, Literal) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
This method given a property (either an annotation or datatype), retrieves a list of resources which have the provided literal set as a value.
getOResourcesWith(RDFProperty, OResource) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
This method given a property (either object, transitive, symmetric or rdf), retrieves a list of resources which have the provided resource set as a value.
getOURI() - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getOURI() - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getPersistent() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getPersistent() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getPersistLocation() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getPluginDir() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getPredicate() - Method in class gate.creole.ontology.impl.sesame.TripleImplSesame
 
getPropertiesByName(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getPropertiesByName(String) - Method in interface gate.creole.ontology.impl.OntologyService
 
getPropertiesByName(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getPropertiesWithResourceAsDomain(String) - Method in interface gate.creole.ontology.impl.OntologyService
 
getPropertiesWithResourceAsDomain() - Method in class gate.creole.ontology.impl.OResourceImpl
This method returns a set of all properties where the current resource has been specified as one of the domain resources.
getPropertiesWithResourceAsDomain(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
This method returns a set of all properties where the current resource has been specified as one of the domain resources.
getPropertiesWithResourceAsRange(String) - Method in interface gate.creole.ontology.impl.OntologyService
 
getPropertiesWithResourceAsRange() - Method in class gate.creole.ontology.impl.OResourceImpl
This method returns a set of all properties where the current resource has been specified as one of the range resources.
getPropertiesWithResourceAsRange(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
This method returns a set of all properties where the current resource has been specified as one of the range resources.
getProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getPropertyDefinitions() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getPropertyFromOntology(String) - Method in interface gate.creole.ontology.impl.OntologyService
Given a property URI, this method returns an object of Property
getPropertyFromOntology(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Given a property URI, this method returns an object of Property
getPropertyValue(String, byte) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the property value specified on the given restriction uri.
getPropertyValue(String, byte) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the datatype uri specified on the given restriction uri.
getRange() - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
getRange() - Method in class gate.creole.ontology.impl.DatatypePropertyImpl
 
getRange() - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
getRange(String) - Method in interface gate.creole.ontology.impl.OntologyService
Given a property, this method returns its range
getRange() - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getRange(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Given a property, this method returns its range
getRDFProperties() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getRDFProperties(String) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the RDF properties set on the specified resource
getRDFProperties() - Method in interface gate.creole.ontology.impl.OntologyService
The method returns an array of properties.
getRDFProperties(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the RDF properties set on the specified resource
getRDFProperties() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns an array of properties.
getRDFPropertyLiteralOrONodeIDs(ONodeID, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
 
getRDFPropertyLiteralOrONodeIDs(ONodeID, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getRDFPropertyOValues(RDFProperty) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getRDFPropertyValues(RDFProperty) - Method in class gate.creole.ontology.impl.OInstanceImpl
Deprecated.
getRDFPropertyValues(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
Deprecated. 
getRDFPropertyValues(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
gets the rdf property values for the specified instance.
getRdfXmlURL() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getRdfXmlURL() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getRepositories() - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
getRepositoryConnection() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getRepositoryConnection() - Method in class gate.creole.ontology.impl.sesame.SesameManager
Obtain the repository connection object.
getRepositoryID() - Method in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
 
getRepositoryID() - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
getRepositoryLocation() - Method in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
 
getRepositoryLocation() - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
getResourceName() - Method in class gate.creole.ontology.impl.ONodeIDImpl
Retrieves the resource name from the given URI.
getResourceName(String) - Static method in class gate.creole.ontology.impl.OntologyUtilities
Given a URI, this methord returns the name part
getRestrictionForONodeID(ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getRestrictionName(byte) - Static method in class gate.creole.ontology.impl.Utils
 
getRestrictionName(Restriction) - Static method in class gate.creole.ontology.impl.Utils
 
getRestrictionValue(String, byte) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the cardinality value specified on the given restriction uri.
getRestrictionValue(String, byte) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the cardinality value specified on the given restriction uri.
getSameIndividualAs(String) - Method in interface gate.creole.ontology.impl.OntologyService
for the given individual, the method returns all individuals which are registered as same as the provided individual
getSameIndividualAs(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
for the given individual, the method returns all individuals which are registered as same as the provided individual
getSameInstance() - Method in class gate.creole.ontology.impl.OInstanceImpl
 
getService() - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
getSesameManager() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getSesameRepository() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Dummy implementation - this method is not supported any more.
getSesameRepositoryConnection() - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
getSesameRepositoryID() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Dummy implementation - this method is not supported any more.
getSetAnnotationProperties() - Method in class gate.creole.ontology.impl.OResourceImpl
This method returns the annotation properties set on this resource.
getSetDatatypeProperties() - Method in class gate.creole.ontology.impl.OInstanceImpl
This method returns the datatype properties set on this resource.
getSetObjectProperties() - Method in class gate.creole.ontology.impl.OInstanceImpl
This method returns the object properties set on this resource.
getSetRDFProperties() - Method in class gate.creole.ontology.impl.OInstanceImpl
This method returns the RDF properties set on this resource.
getSourceURL() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Return an URL that is related to the source of the ontology.
getSourceURL() - Method in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
 
getSourceURL() - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
getSourceURL() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getSubClasses(byte) - Method in class gate.creole.ontology.impl.OClassImpl
 
getSubClasses(OConstants.Closure) - Method in class gate.creole.ontology.impl.OClassImpl
 
getSubClasses(ONodeID, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
This method returns all sub classes of the given class
getSubClasses(ONodeID, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getSubClassesIterator(OConstants.Closure) - Method in class gate.creole.ontology.impl.OClassImpl
 
getSubClassesIterator(ONodeID, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
 
getSubClassesIterator(ONodeID, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
getSubClassesVsDistance() - Method in class gate.creole.ontology.impl.OClassImpl
Gets the sub classes, and returns them in an array list where on each index there is a collection of the sub classes at distance - the index.
getSubject() - Method in class gate.creole.ontology.impl.sesame.TripleImplSesame
 
getSubProperties(byte) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
getSubProperties(String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
for the given property, the method returns all its sub properties
getSubProperties(String, boolean) - Method in interface gate.creole.ontology.impl.OntologyService
for the given property, the method returns all its sub properties
getSubProperties(byte) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getSubProperties(OConstants.Closure) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getSubProperties(String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
for the given property, the method returns all its sub properties
getSubProperties(String, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
for the given property, the method returns all its sub properties
getSuperClasses(byte) - Method in class gate.creole.ontology.impl.OClassImpl
 
getSuperClasses(OConstants.Closure) - Method in class gate.creole.ontology.impl.OClassImpl
 
getSuperClasses(String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
This method returns all super classes of the given class
getSuperClasses(String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
This method returns all super classes of the given class
getSuperClassesVSDistance() - Method in class gate.creole.ontology.impl.OClassImpl
Gets the super classes, and returns them in an array list where on each index there is a collection of the super classes at distance - the index.
getSuperProperties(byte) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
getSuperProperties(String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
for the given property, the method returns all its super properties
getSuperProperties(String, boolean) - Method in interface gate.creole.ontology.impl.OntologyService
for the given property, the method returns all its super properties
getSuperProperties(byte) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getSuperProperties(OConstants.Closure) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
getSuperProperties(String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
for the given property, the method returns all its super properties
getSuperProperties(String, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
for the given property, the method returns all its super properties
getSymmetricProperties() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getSymmetricProperties(String) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the symmetric properties set on the specified resource
getSymmetricProperties() - Method in interface gate.creole.ontology.impl.OntologyService
The method returns an array of properties.
getSymmetricProperties(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the symmetric properties set on the specified resource
getSymmetricProperties() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns an array of properties.
getTmpDir() - Method in class gate.creole.ontology.impl.test.Test4Develop
 
getTransitiveProperties() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getTransitiveProperties(String) - Method in interface gate.creole.ontology.impl.OntologyService
Gets the transitive properties set on the specified resource
getTransitiveProperties() - Method in interface gate.creole.ontology.impl.OntologyService
The method returns an array of properties.
getTransitiveProperties(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Gets the transitive properties set on the specified resource
getTransitiveProperties() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns an array of properties.
getTurtleURL() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
getTurtleURL() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
getType() - Method in class gate.creole.ontology.impl.Property
Gets the type value for this Property.
getUniqueTmpDir() - Static method in class gate.creole.ontology.impl.test.Test_OntoTest1
 
getUniqueTmpDir() - Static method in class gate.creole.ontology.impl.test.Test_OntoWine
 
getUniqueTmpDir() - Static method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
getUniqueTmpDir() - Static method in class gate.creole.ontology.impl.test.Test_TripleStore
 
getUniqueTmpDir() - Static method in class gate.creole.ontology.impl.test.Test_TupleQuery
 
getUniqueTmpDir() - Static method in class gate.creole.ontology.impl.test.Test_W3Tests
 
getURI() - Method in class gate.creole.ontology.impl.OResourceImpl
 
getUri() - Method in class gate.creole.ontology.impl.Property
Gets the uri value for this Property.
getUri() - Method in class gate.creole.ontology.impl.ResourceInfo
Gets the uri value for this ResourceInfo.
getURI(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_OntoTest1
 
getURI(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_OntoWine
 
getURI(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
getURI(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_TripleStore
 
getURI(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_TupleQuery
 
getURI(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_W3Tests
 
getURI4Name(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_OntoTest1
 
getURI4Name(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_OntoWine
 
getURI4Name(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
getURI4Name(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_TripleStore
 
getURI4Name(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_TupleQuery
 
getURI4Name(Ontology, String) - Method in class gate.creole.ontology.impl.test.Test_W3Tests
 
getURL() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getUrl() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
getValue() - Method in class gate.creole.ontology.impl.CardinalityRestrictionImpl
 
getValue() - Method in class gate.creole.ontology.impl.MaxCardinalityRestrictionImpl
 
getValue() - Method in class gate.creole.ontology.impl.MinCardinalityRestrictionImpl
 
getValue() - Method in class gate.creole.ontology.impl.PropertyValue
Gets the value value for this PropertyValue.
getVersion() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
getVersion() - Method in interface gate.creole.ontology.impl.OntologyService
The method returns the version information of the repository.
getVersion() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns the version information of the repository.
GUILoadOptionsPane - Class in gate.creole.ontology.impl.sesame
Class for creating and showing the load ontology dialog.
GUILoadOptionsPane() - Constructor for class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
 
GUISaveOptionsPane - Class in gate.creole.ontology.impl.sesame
Class for creating and showing the save ontology dialog.
GUISaveOptionsPane() - Constructor for class gate.creole.ontology.impl.sesame.GUISaveOptionsPane
 

H

hasAnnotationPropertyWithValue(AnnotationProperty, Literal) - Method in class gate.creole.ontology.impl.OResourceImpl
Checks if the resource has the provided annotation property set on it with the specified value.
hasAssertedTriple(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
Check if a triple with the given subject, predicate and object has been asserted.
hasAssertedTriple(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
Check if a triple with the given subject, predicate and object has been asserted.
hasClass(ONodeID) - Method in interface gate.creole.ontology.impl.OntologyService
The method returns if the current repository has a class with URI that matches with the class parameter.
hasClass(ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method returns if the current repository has a class with URI that matches with the class parameter.
hasDatatypePropertyWithValue(DatatypeProperty, Literal) - Method in class gate.creole.ontology.impl.OInstanceImpl
Checks if the resource has the provided datatype property set on it with the specified value.
hashCode() - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
hashCode() - Method in class gate.creole.ontology.impl.ONodeIDImpl
 
hashCode() - Method in class gate.creole.ontology.impl.OResourceImpl
HashCode for this resource.
hashCode() - Method in class gate.creole.ontology.impl.OValueImpl
 
hashCode() - Method in class gate.creole.ontology.impl.sesame.TripleImplSesame
 
hasInstance(OURI, ONodeID, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
 
hasInstance(OURI, ONodeID, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
hasNext() - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl.ClosableTripleIterator
 
hasNext() - Method in class gate.creole.ontology.impl.sesame.UtilResourceQueryIterator
 
hasNext() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
hasObjectPropertyWithValue(ObjectProperty, OInstance) - Method in class gate.creole.ontology.impl.OInstanceImpl
Checks if the resource has the provided object property set on it with the specified value.
hasRDFPropertyWithValue(RDFProperty, OResource) - Method in class gate.creole.ontology.impl.OInstanceImpl
Checks if the resource has the provided RDF property set on it with the specified value.
hasSerqlQueryResultRows(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
hasSystemNameSpace(String) - Static method in class gate.creole.ontology.impl.Utils
 
hasTriple(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
Check if a triple with the given subject, predicate and object exists, either asserted or inferred.
hasTriple(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
Check if a triple with the given subject, predicate and object exists, either asserted or inferred.
HasValueRestrictionImpl - Class in gate.creole.ontology.impl
 
HasValueRestrictionImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.HasValueRestrictionImpl
 

I

importIntoRepository(File, String, String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Load data into the current repository from a file.
importIntoRepository(InputStream, String, String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Load data into the current repository from a stream.
importIntoRepository(Reader, String, String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Load data into the current repository from a reader
init() - Method in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
Initialises this resource, and returns it.
init() - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
Initialises this resource, and returns it.
init() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
Initialises this resource, and returns it.
init() - Static method in class gate.creole.ontology.impl.test.Test_OntoTest1
 
init() - Static method in class gate.creole.ontology.impl.test.Test_OntoWine
 
init() - Static method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
init() - Static method in class gate.creole.ontology.impl.test.Test_TripleStore
 
init() - Static method in class gate.creole.ontology.impl.test.Test_TupleQuery
 
init() - Static method in class gate.creole.ontology.impl.test.Test_W3Tests
 
isAddHeader() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isAnnotationProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
isAnnotationProperty(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
returns if the given property is an Annotation property
isAnnotationProperty(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns if the given property is an Annotation property
isAnonymousResource - Variable in class gate.creole.ontology.impl.ONodeIDImpl
Denotes whether the OResource this URI belongs to is an anonymous or not.
isAnonymousResource() - Method in class gate.creole.ontology.impl.ONodeIDImpl
Indicates whether the URI refers to an anonymous resource
isArgs() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isBaseURI() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isColsep() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isConfig() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isDatatypeProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
isDatatypeProperty(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
returns if the given property is a datatype property
isDatatypeProperty(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns if the given property is a datatype property
isDebug() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isDifferentFrom(OInstance) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
isDifferentIndividualFrom(OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Returns whether the individual1 is different from the individual2.
isDifferentIndividualFrom(OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Returns whether the individual1 is different from the individual2.
isDir() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isEquivalentClassAs(OClass) - Method in class gate.creole.ontology.impl.OClassImpl
 
isEquivalentClassAs(ONodeID, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyService
Checks whether the two classes defined as same in the ontology.
isEquivalentClassAs(ONodeID, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Checks whether the two classes defined as same in the ontology.
isEquivalentPropertyAs(RDFProperty) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
isEquivalentPropertyAs(OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Checkes whether the two properties are Equivalent.
isEquivalentPropertyAs(RDFProperty) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isEquivalentPropertyAs(OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Checkes whether the two properties are Equivalent.
isFile() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isFormat() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isFrom() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isFunctional() - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
isFunctional(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Returns if the provided property is functional
isFunctional() - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isFunctional(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Returns if the provided property is functional
isHelp() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isId() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isIndividual(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
tells if the given URI is registered as an individual
isInstanceOf(OClass, byte) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
isInstanceOf(OClass, OConstants.Closure) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
isInverseFunctional() - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
isInverseFunctional(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
returns if the given property is inverse functional property
isInverseFunctional() - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isInverseFunctional(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns if the given property is inverse functional property
isLiteral - Variable in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
isLiteral() - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
isLiteral - Variable in class gate.creole.ontology.impl.OValueImpl
 
isLiteral() - Method in class gate.creole.ontology.impl.OValueImpl
 
isMax() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isModified - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
Parameter that keeps track of if the ontology is modified
isModified() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
isObjectProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
isObjectProperty(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
returns if the given property is an object property
isObjectProperty(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns if the given property is an object property
isONodeID() - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
isOResource() - Method in class gate.creole.ontology.impl.OValueImpl
 
isPersistent - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
isRDFProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
isRDFProperty(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
returns if the given property is an RDF property
isRDFProperty(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns if the given property is an RDF property
isSameIndividualAs(OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Checkes whether the two individuals are same.
isSameIndividualAs(OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Checkes whether the two individuals are same.
isSameInstanceAs(OInstance) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
isSubClassOf(OClass, byte) - Method in class gate.creole.ontology.impl.OClassImpl
Deprecated.
isSubClassOf(OClass, OConstants.Closure) - Method in class gate.creole.ontology.impl.OClassImpl
 
isSubClassOf(String, String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
Returns whether the theSubClass is indeed a sub class of the theSuperClassURI.
isSubClassOf(String, String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Returns whether the theSubClass is indeed a sub class of the theSuperClassURI.
isSubPropertyOf(RDFProperty, byte) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
isSubPropertyOf(String, String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
Checkes whether the two properties have a super-sub relation.
isSubPropertyOf(RDFProperty, byte) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isSubPropertyOf(RDFProperty, OConstants.Closure) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isSubPropertyOf(String, String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Checkes whether the two properties have a super-sub relation.
isSuperClassOf(OClass, byte) - Method in class gate.creole.ontology.impl.OClassImpl
Deprecated.
isSuperClassOf(OClass, OConstants.Closure) - Method in class gate.creole.ontology.impl.OClassImpl
 
isSuperClassOf(String, String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
Returns whether the theSuperClass is indeed a super class of the theSubClassURI.
isSuperClassOf(String, String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Returns whether the theSuperClass is indeed a super class of the theSubClassURI.
isSuperPropertyOf(RDFProperty, byte) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
isSuperPropertyOf(String, String, OConstants.Closure) - Method in interface gate.creole.ontology.impl.OntologyService
Checkes whether the two properties have a super-sub relation.
isSuperPropertyOf(RDFProperty, byte) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isSuperPropertyOf(RDFProperty, OConstants.Closure) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isSuperPropertyOf(String, String, OConstants.Closure) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Checkes whether the two properties have a super-sub relation.
isSymmetricProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
isSymmetricProperty(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
returns if the given property is a symmetric property
isSymmetricProperty(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns if the given property is a symmetric property
isTopClass() - Method in class gate.creole.ontology.impl.OClassImpl
 
isTopClass(String) - Method in interface gate.creole.ontology.impl.OntologyService
Returns if the given class is a top class.
isTopClass(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Returns if the given class is a topOnly class.
isTopProperty(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Returns if the given property is a topOnly property.
isTransitiveProperty(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
isTransitiveProperty(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
returns if the given property is a transitive property
isTransitiveProperty(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
returns if the given property is a transitive property
isUrl() - Method in interface gate.creole.ontology.impl.sesame.SesameCLIOptions
 
isValidDataTypeValue(String) - Method in class gate.creole.ontology.impl.DatatypePropertyImpl
 
isValidDomain(OResource) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
isValidDomain(OInstance) - Method in class gate.creole.ontology.impl.DatatypePropertyImpl
 
isValidDomain(OResource) - Method in class gate.creole.ontology.impl.DatatypePropertyImpl
 
isValidDomain(OInstance) - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
isValidDomain(OResource) - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
isValidDomain(OResource) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
isValidRange(OResource) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
isValidRange(OResource) - Method in class gate.creole.ontology.impl.DatatypePropertyImpl
 
isValidRange(OInstance) - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
isValidRange(OResource) - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
isValidRange(OResource) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 

K

knownImportURIs - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
The ontology import URIs that were already processed for this ontology.

L

lang2locale(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
listeners - Variable in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
LiteralOrONodeIDImpl - Class in gate.creole.ontology.impl
Wrap either a Literal or a ONodeID object.
LiteralOrONodeIDImpl(Literal) - Constructor for class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
LiteralOrONodeIDImpl(ONodeID) - Constructor for class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
load() - Method in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
Loads this ontology.
load() - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
Loads this ontology.
load() - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
Loads this ontology.
load() - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
loadedOntologyURIs - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
loadImportMappingsFile(URL) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
loadImports - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
loadOntology(String) - Method in class gate.creole.ontology.impl.test.Test_W3Tests
 
loadSystemImport(File, String, OConstants.OntologyFormat) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
loadSystemImports() - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
Load the system imports into a repository that does not have them loaded yet.
logger - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 

M

main(String[]) - Static method in class gate.creole.ontology.impl.sesame.SesameCLI
 
mappingsURL - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
MaxCardinalityRestrictionImpl - Class in gate.creole.ontology.impl
 
MaxCardinalityRestrictionImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.MaxCardinalityRestrictionImpl
 
MinCardinalityRestrictionImpl - Class in gate.creole.ontology.impl
 
MinCardinalityRestrictionImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.MinCardinalityRestrictionImpl
 
modificationListeners - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
A List of ontology modification listeners

N

n3URL - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
namespace - Variable in class gate.creole.ontology.impl.ONodeIDImpl
Namespace for this URI (in current version - a value before the last occurance of '#' or '/')
next() - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl.ClosableTripleIterator
 
next() - Method in class gate.creole.ontology.impl.sesame.UtilResourceQueryIterator
 
next() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
Returns a vector of LiterOrONodeID object that represent a result row from the query.
nextAsString() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
nextAsValue() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
nextFirst() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
nextFirstAsString() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
Returns the first variable of the next result row as a String.
nextFirstAsValue() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
nodeId - Variable in class gate.creole.ontology.impl.OResourceImpl
URI of the resource
ntriplesURL - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 

O

ObjectPropertyImpl - Class in gate.creole.ontology.impl
Implementation of the ObjectProperty
ObjectPropertyImpl(OURI, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.ObjectPropertyImpl
Constructor
OBNodeIDImpl - Class in gate.creole.ontology.impl
 
OBNodeIDImpl(String) - Constructor for class gate.creole.ontology.impl.OBNodeIDImpl
 
OClassImpl - Class in gate.creole.ontology.impl
Implementation of the OClass interface
OClassImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.OClassImpl
Constructor
OInstanceImpl - Class in gate.creole.ontology.impl
Implementation of the OInstance class.
OInstanceImpl(OURI, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.OInstanceImpl
Constructor
ONodeIDImpl - Class in gate.creole.ontology.impl
This class implements interface ONodeID and can represent either blank node or an URI.
ONodeIDImpl(String, boolean) - Constructor for class gate.creole.ontology.impl.ONodeIDImpl
Constructor
ontology - Variable in class gate.creole.ontology.impl.OResourceImpl
The ontology the current resource belongs to
ontology - Variable in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
ontology - Variable in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
OntologyLR - Class in gate.creole.ontology.impl.sesame
The common abstract base class for all ontology LRs in this implementation.
OntologyLR() - Constructor for class gate.creole.ontology.impl.sesame.OntologyLR
Constructor
ontologyService - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
instance of the OntologyService
OntologyService - Interface in gate.creole.ontology.impl
 
ontologyService - Variable in class gate.creole.ontology.impl.OResourceImpl
instance of the OWLIMServices
OntologyServiceImplSesame - Class in gate.creole.ontology.impl.sesame
Implementation of the GATE Ontology Services.
OntologyTripleStore - Interface in gate.creole.ontology.impl
An OntologyTripleStore gives access to the underlying triple store of an ontology implementation, if the implementation supports it.
OntologyTripleStoreImpl - Class in gate.creole.ontology.impl.sesame
Implementation of an OntologyTripleStore for the Sesame ontology backend.
OntologyTripleStoreImpl.ClosableTripleIterator - Class in gate.creole.ontology.impl.sesame
 
OntologyTripleStoreImpl.ClosableTripleIterator(RepositoryResult<Statement>) - Constructor for class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl.ClosableTripleIterator
 
OntologyTripleStoreListener - Interface in gate.creole.ontology.impl
The interface that must be implemented by an OntologyTripleStore listener.
ontologyURL - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
Main URL of the ontology.
OntologyUtilities - Class in gate.creole.ontology.impl
This class provides various Utility methods that can be used to perform some generic options.
OntologyUtilities() - Constructor for class gate.creole.ontology.impl.OntologyUtilities
 
openRepository(String) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Open a repository with the given name at the remote or local location previously connected to.
OResourceImpl - Class in gate.creole.ontology.impl
Constructor
OResourceImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.OResourceImpl
Constructor
OURI_OWL_ALLVALUESFROM - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_ANNOTATIONPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_CLASS - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_DATATYPEPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_DIFFERENTFROM - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_EQUIVALENTCLASS - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_EQUIVALENTPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_FUNCTIONALPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_HASVALUE - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_INVERSEFUNCTIONALPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_MAXCARDINALITY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_MINCARDINALITY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_OBJECTPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_ONPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_ONTOLOGY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_RESTRICTION - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_SAMEAS - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_SOMEVALUESFROM - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_SYMMETRICPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_TRANSITIVEPROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_OWL_VERSIONINFO - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDF_PROPERTY - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDF_TYPE - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDFS_CLASS - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDFS_COMMENT - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDFS_DOMAIN - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDFS_LABEL - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDFS_RANGE - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURI_RDFS_SUBCLASSOF - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
OURIImpl - Class in gate.creole.ontology.impl
 
OURIImpl(String) - Constructor for class gate.creole.ontology.impl.OURIImpl
 
OValueImpl - Class in gate.creole.ontology.impl
Wrap either a Literal or a OResource object
OValueImpl(Literal) - Constructor for class gate.creole.ontology.impl.OValueImpl
 
OValueImpl(OResource) - Constructor for class gate.creole.ontology.impl.OValueImpl
 
OWLIMOntology - Class in gate.creole.ontology.impl.sesame
This ontology LR allows the creation of an ontology backed by a local Sesame OWLIM repository.
OWLIMOntology() - Constructor for class gate.creole.ontology.impl.sesame.OWLIMOntology
Constructor
OWLIMOntologyLR - Class in gate.creole.ontology.owlim
This ontology LR behaves identically to OWLIMOntology but uses the same package and class name as the LR in OntologyOWLIM2.
OWLIMOntologyLR() - Constructor for class gate.creole.ontology.owlim.OWLIMOntologyLR
Constructor

P

peekBaseURIFromRDF(InputStream) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
performSerqlQuery(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
persistLocation - Variable in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
pluginDir - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
prepare() - Method in class gate.creole.ontology.impl.sesame.UtilBooleanQuery
 
prepare() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
Property - Class in gate.creole.ontology.impl
 
Property() - Constructor for class gate.creole.ontology.impl.Property
 
Property(byte, String) - Constructor for class gate.creole.ontology.impl.Property
 
PropertyValue - Class in gate.creole.ontology.impl
 
PropertyValue() - Constructor for class gate.creole.ontology.impl.PropertyValue
 
PropertyValue(String, String) - Constructor for class gate.creole.ontology.impl.PropertyValue
 

R

randomGenerator - Variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
RDFPropertyImpl - Class in gate.creole.ontology.impl
Implementation of the RDFProperty
RDFPropertyImpl(OURI, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.RDFPropertyImpl
Constructor
rdfXmlURL - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
readOntologyData(URL, String, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
readOntologyData(File, String, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
readOntologyData(Reader, String, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
readOntologyData(InputStream, String, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
readOntologyData(File, String, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
readOntologyData(InputStream, String, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
readOntologyData(Reader, String, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
remove() - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl.ClosableTripleIterator
 
remove() - Method in class gate.creole.ontology.impl.sesame.UtilResourceQueryIterator
 
remove() - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
removeAnnotationPropertyValue(ONodeID, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyService
For the current resource, the method removes the given literal for the given property.
removeAnnotationPropertyValue(AnnotationProperty, Literal) - Method in class gate.creole.ontology.impl.OResourceImpl
 
removeAnnotationPropertyValue(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
For the current resource, the method removes the given literal for the given property.
removeAnnotationPropertyValues(ONodeID, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Removes all values for a named property.
removeAnnotationPropertyValues(AnnotationProperty) - Method in class gate.creole.ontology.impl.OResourceImpl
 
removeAnnotationPropertyValues(ONodeID, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes all values for a named property.
removeClass(String, boolean) - Method in interface gate.creole.ontology.impl.OntologyService
Given a class to delete, it removes it from the repository.
removeClass(String, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Given a class to delete, it removes it from the repository.
removeDatatypePropertyValue(DatatypeProperty, Literal) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
removeDatatypePropertyValue(OURI, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyService
Removes the provided value for the given instance.
removeDatatypePropertyValue(OURI, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes the provided value for the given instance.
removeDatatypePropertyValues(DatatypeProperty) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
removeDatatypePropertyValues(ONodeID, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Removes all property values set on the provided instance for the current property.
removeDatatypePropertyValues(ONodeID, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes all property values set on the provided instance for the current property.
removeIndividual(String) - Method in interface gate.creole.ontology.impl.OntologyService
The method removes the provided instance from the repository.
removeIndividual(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
The method removes the provided instance from the repository.
removeObjectPropertyValue(ObjectProperty, OInstance) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
removeObjectPropertyValue(OURI, OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Remove the provided value for the given property (Object, Symmetric and Transitive).
removeObjectPropertyValue(OURI, OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Remove the provided value for the given property (Object, Symmetric and Transitive).
removeObjectPropertyValues(ObjectProperty) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
removeObjectPropertyValues(OURI, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
Removes all property values set for the current property (Object, Symmetric and Transitive).
removeObjectPropertyValues(OURI, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes all property values set for the current property (Object, Symmetric and Transitive).
removeOClass(OClass) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
removeOInstance(OInstance) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
removeOntologyModificationListener(OntologyModificationListener) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
removeOntologyTripleStoreListener(OntologyTripleStoreListener) - Method in interface gate.creole.ontology.impl.OntologyTripleStore
Add a listener for ontology triple store additions and removals.
removeOntologyTripleStoreListener(OntologyTripleStoreListener) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
removeOResourceFromMap(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Dummy implementation - this method is not supported any more.
removeProperty(RDFProperty) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
removePropertyFromOntology(String, boolean) - Method in interface gate.creole.ontology.impl.OntologyService
Removes the given property
removePropertyFromOntology(String, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes the given property
removeRDFPropertyValue(RDFProperty, OResource) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
removeRDFPropertyValue(ONodeID, OURI, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyService
Removes the specified RDF Property Value
removeRDFPropertyValue(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes the specified RDF Property Value
removeRDFPropertyValues(RDFProperty) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
removeRDFPropertyValues(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
Removes all the RDF Property values from the given instance.
removeRDFPropertyValues(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes all the RDF Property values from the given instance.
removeSubClass(OClass) - Method in class gate.creole.ontology.impl.OClassImpl
 
removeSubClass(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
Removes the subclass relationship
removeSubClass(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes the subclass relationship
removeSubProperty(RDFProperty) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
removeSubProperty(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
For the given properties, this method removes the super, sub relation
removeSubProperty(RDFProperty) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
removeSubProperty(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
For the given properties, this method removes the super, sub relation
removeSuperClass(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
Removes the superclass relationship
removeSuperClass(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Removes the superclass relationship
removeSuperProperty(RDFProperty) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
removeSuperProperty(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
For the given properties, this method removes the super, sub relation
removeSuperProperty(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
For the given properties, this method removes the super, sub relation
removeTriple(ONodeID, OURI, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyTripleStore
Remove a statement(triple) with a non-literal triple object from the ontology triple store.
removeTriple(ONodeID, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyTripleStore
Remove a statement(triple) with a non-literal triple object from the ontology triple store.
removeTriple(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
removeTriple(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
repositoryConnection - Variable in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
repositoryID - Variable in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
 
repositoryID - Variable in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
repositoryLocation - Variable in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
 
repositoryLocation - Variable in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
resolveImports(Map<String, String>) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
ResourceInfo - Class in gate.creole.ontology.impl
 
ResourceInfo() - Constructor for class gate.creole.ontology.impl.ResourceInfo
 
ResourceInfo(String, byte) - Constructor for class gate.creole.ontology.impl.ResourceInfo
 
resourceLoaded(CreoleEvent) - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
resourceRenamed(Resource, String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyLR
 
resourceUnloaded(CreoleEvent) - Method in class gate.creole.ontology.impl.sesame.OntologyLR
This method removes the repository, provided that user has decided not to persist this, when this resource is unloaded
restrictionPrefix - Static variable in class gate.creole.ontology.impl.AbstractOntologyImpl
 
rset2uset(Set<? extends OResource>) - Method in class gate.creole.ontology.impl.test.Test_W3Tests
 

S

SesameCLI - Class in gate.creole.ontology.impl.sesame
 
SesameCLI() - Constructor for class gate.creole.ontology.impl.sesame.SesameCLI
 
SesameCLIOptions - Interface in gate.creole.ontology.impl.sesame
 
sesameManager - Variable in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
sesameManager - Variable in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl
 
SesameManager - Class in gate.creole.ontology.impl.sesame
A class to encapsulate management of a Sesame2 repository and make handling different repository types easier.
SesameManager() - Constructor for class gate.creole.ontology.impl.sesame.SesameManager
 
setBaseURI(String) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setBinding(String, LiteralOrONodeID) - Method in class gate.creole.ontology.impl.sesame.UtilBooleanQuery
 
setBinding(String, Value) - Method in class gate.creole.ontology.impl.sesame.UtilBooleanQuery
 
setBinding(String, ONodeID) - Method in class gate.creole.ontology.impl.sesame.UtilBooleanQuery
 
setBinding(String, Literal) - Method in class gate.creole.ontology.impl.sesame.UtilBooleanQuery
 
setBinding(String, LiteralOrONodeID) - Method in class gate.creole.ontology.impl.sesame.UtilResourceQueryIterator
 
setBinding(String, Value) - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
setBinding(String, LiteralOrONodeID) - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
setBinding(String, Literal) - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
setBinding(String, ONodeID) - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
setClassType(byte) - Method in class gate.creole.ontology.impl.ResourceInfo
 
setComment(String, Locale) - Method in class gate.creole.ontology.impl.OResourceImpl
 
setConfigFile(URL) - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
setContextURIString(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
setDataDirectoryURL(URL) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setDataDirectoryURL(URL) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setDataStore(DataStore) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
setDatatype(String) - Method in class gate.creole.ontology.impl.PropertyValue
Sets the datatype value for this PropertyValue.
setDebug(boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
setDefaultNameSpace(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
setDefaultNameSpace(String) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setDefaultNameSpaceByPeeking(URL) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
setDefaultNameSpaceByPeeking(File) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
setDefaultNameSpaceFromRepository() - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
setDifferentFrom(OInstance) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
setDifferentIndividualFrom(ONodeID, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyService
individual1 is sets as different individual from individual2
setDifferentIndividualFrom(ONodeID, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
individual1 is sets as different individual from individual2
setEquivalentClassAs(OClass) - Method in class gate.creole.ontology.impl.OClassImpl
 
setEquivalentClassAs(ONodeID, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyService
Sets the classes as same classes
setEquivalentClassAs(ONodeID, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Sets the classes as same classes
setEquivalentPropertyAs(RDFProperty) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
setEquivalentPropertyAs(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
Sets two properties as same
setEquivalentPropertyAs(RDFProperty) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
setEquivalentPropertyAs(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Sets two properties as same
setFunctional(boolean) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
setFunctional(String, boolean) - Method in interface gate.creole.ontology.impl.OntologyService
sets the current property as functional
setFunctional(boolean) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
setFunctional(String, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
sets the current property as functional
setHasValue(OResource) - Method in class gate.creole.ontology.impl.AllValuesFromRestrictionImpl
Sets the resource as a restricted value.
setHasValue(OClass) - Method in class gate.creole.ontology.impl.AllValuesFromRestrictionImpl
 
setHasValue(OResource) - Method in class gate.creole.ontology.impl.HasValueRestrictionImpl
Sets the resource as a restricted value.
setHasValue(Literal) - Method in class gate.creole.ontology.impl.HasValueRestrictionImpl
Sets the resource as a restricted value.
setHasValue(OResource) - Method in class gate.creole.ontology.impl.SomeValuesFromRestrictionImpl
Sets the resource as a restricted value.
setIncludeInferred(boolean) - Method in class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 
setInverseFunctional(boolean) - Method in class gate.creole.ontology.impl.AnnotationPropertyImpl
 
setInverseFunctional(String, boolean) - Method in interface gate.creole.ontology.impl.OntologyService
Sets the current property as inverse functional property
setInverseFunctional(boolean) - Method in class gate.creole.ontology.impl.RDFPropertyImpl
 
setInverseFunctional(String, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Sets the current property as inverse functional property
setInverseOf(ObjectProperty) - Method in class gate.creole.ontology.impl.ObjectPropertyImpl
 
setInverseOf(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
property1 is set as inverse of property 2
setInverseOf(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
property1 is set as inverse of property 2
setLabel(String, Locale) - Method in class gate.creole.ontology.impl.OResourceImpl
 
setLoadImports(Boolean) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setLoadImports(Boolean) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setMappingsURL(URL) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setMappingsURL(URL) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setModified(boolean) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
setN3URL(URL) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setN3URL(URL) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setNtriplesURL(URL) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setNtriplesURL(URL) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setONodeID(ONodeID) - Method in class gate.creole.ontology.impl.OResourceImpl
 
setOnPropertyValue(RDFProperty) - Method in class gate.creole.ontology.impl.AllValuesFromRestrictionImpl
 
setOnPropertyValue(ObjectProperty) - Method in class gate.creole.ontology.impl.AllValuesFromRestrictionImpl
 
setOnPropertyValue(RDFProperty) - Method in class gate.creole.ontology.impl.CardinalityRestrictionImpl
 
setOnPropertyValue(RDFProperty) - Method in class gate.creole.ontology.impl.HasValueRestrictionImpl
 
setOnPropertyValue(RDFProperty) - Method in class gate.creole.ontology.impl.MaxCardinalityRestrictionImpl
 
setOnPropertyValue(RDFProperty) - Method in class gate.creole.ontology.impl.MinCardinalityRestrictionImpl
 
setOnPropertyValue(ONodeID, OURI) - Method in interface gate.creole.ontology.impl.OntologyService
This method sets the value for onProperty element on the given restriction.
setOnPropertyValue(ONodeID, OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
This method sets the value for onProperty element on the given restriction.
setOnPropertyValue(RDFProperty) - Method in class gate.creole.ontology.impl.SomeValuesFromRestrictionImpl
 
setOntologyAnnotation(AnnotationProperty, Literal) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
setOntologyURI(OURI) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
setOntologyURI(OURI) - Method in interface gate.creole.ontology.impl.OntologyService
 
setOntologyURI(OURI) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
setPersistent(Boolean) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setPersistent(Boolean) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setPersistLocation(URL) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setPropertyValue(String, byte, String, String) - Method in interface gate.creole.ontology.impl.OntologyService
Sets the datatype uri for the given restriction uri.
setPropertyValue(String, byte, String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Sets the datatype uri for the given restriction uri.
setRdfXmlURL(URL) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setRdfXmlURL(URL) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setRepositoryID(String) - Method in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
 
setRepositoryID(String) - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
setRepositoryLocation(URL) - Method in class gate.creole.ontology.impl.sesame.ConnectSesameOntology
 
setRepositoryLocation(URL) - Method in class gate.creole.ontology.impl.sesame.CreateSesameOntology
 
setRestrictionValue(ONodeID, OURI, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyService
Sets the cardinality value for the given restriction uri.
setRestrictionValue(ONodeID, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyService
 
setRestrictionValue(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Sets the cardinality value for the given restriction uri.
setRestrictionValue(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
setSameIndividualAs(String, String) - Method in interface gate.creole.ontology.impl.OntologyService
individual1 is set as same as the individual2
setSameIndividualAs(String, String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
individual1 is set as same as the individual2
setSameInstanceAs(OInstance) - Method in class gate.creole.ontology.impl.OInstanceImpl
 
setTripleContextURI(String) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
setTurtleURL(URL) - Method in class gate.creole.ontology.impl.sesame.OWLIMOntology
 
setTurtleURL(URL) - Method in class gate.creole.ontology.owlim.OWLIMOntologyLR
 
setType(byte) - Method in class gate.creole.ontology.impl.Property
Sets the type value for this Property.
setUp() - Method in class gate.creole.ontology.impl.test.Test4Develop
 
setURI(URI) - Method in class gate.creole.ontology.impl.OResourceImpl
 
setUri(String) - Method in class gate.creole.ontology.impl.Property
Sets the uri value for this Property.
setUri(String) - Method in class gate.creole.ontology.impl.ResourceInfo
Sets the uri value for this ResourceInfo.
setURL(URL) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
setValue(String, DataType) - Method in class gate.creole.ontology.impl.CardinalityRestrictionImpl
 
setValue(String, DataType) - Method in class gate.creole.ontology.impl.MaxCardinalityRestrictionImpl
 
setValue(String, DataType) - Method in class gate.creole.ontology.impl.MinCardinalityRestrictionImpl
 
setValue(String) - Method in class gate.creole.ontology.impl.PropertyValue
Sets the value value for this PropertyValue.
setVersion(String) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
showOptionDialog() - Method in class gate.creole.ontology.impl.sesame.GUILoadOptionsPane
Show the options pane as a OptionDialog, if the user chooses OK, verify that the file name for loading is not empty and corresponds to an existing file.
showOptionDialog() - Method in class gate.creole.ontology.impl.sesame.GUISaveOptionsPane
 
shutdown() - Method in interface gate.creole.ontology.impl.OntologyService
 
shutdown() - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
Shutdown the repository.
SomeValuesFromRestrictionImpl - Class in gate.creole.ontology.impl
 
SomeValuesFromRestrictionImpl(ONodeID, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.SomeValuesFromRestrictionImpl
 
startTransaction() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
 
startTransaction(String) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
statements - Variable in class gate.creole.ontology.impl.sesame.OntologyTripleStoreImpl.ClosableTripleIterator
 
store(File) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Tries to save the ontology at the provided File
substituteConfigTemplate(String, Map<String, String>) - Static method in class gate.creole.ontology.impl.sesame.SesameManager
Substitute variables in a configuration template string.
SymmetricPropertyImpl - Class in gate.creole.ontology.impl
Implementation of the SymmetricProperty
SymmetricPropertyImpl(OURI, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.SymmetricPropertyImpl
Constructor

T

Test4Develop - Class in gate.creole.ontology.impl.test
Simple test class that load an ontology available online and accesses its content via the ontology API
Test4Develop() - Constructor for class gate.creole.ontology.impl.test.Test4Develop
 
Test_OntoTest1 - Class in gate.creole.ontology.impl.test
Run tests on the test1.ttl ontology
Test_OntoTest1() - Constructor for class gate.creole.ontology.impl.test.Test_OntoTest1
 
Test_OntoWine - Class in gate.creole.ontology.impl.test
Run tests on the wine ontology
Test_OntoWine() - Constructor for class gate.creole.ontology.impl.test.Test_OntoWine
 
Test_OWLIMOntology - Class in gate.creole.ontology.impl.test
Run various tests ...
Test_OWLIMOntology() - Constructor for class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
Test_TripleStore - Class in gate.creole.ontology.impl.test
Run tests on the test1.ttl ontology
Test_TripleStore() - Constructor for class gate.creole.ontology.impl.test.Test_TripleStore
 
Test_TripleStore.MyTripleEventListener - Class in gate.creole.ontology.impl.test
 
Test_TripleStore.MyTripleEventListener() - Constructor for class gate.creole.ontology.impl.test.Test_TripleStore.MyTripleEventListener
 
Test_TupleQuery - Class in gate.creole.ontology.impl.test
Run tests on the test1.ttl ontology
Test_TupleQuery() - Constructor for class gate.creole.ontology.impl.test.Test_TupleQuery
 
Test_W3Tests - Class in gate.creole.ontology.impl.test
Run tests based on selected examples from the W3 ontology test suite
Test_W3Tests() - Constructor for class gate.creole.ontology.impl.test.Test_W3Tests
 
testAccessOldNew() - Method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
testAPI01() - Method in class gate.creole.ontology.impl.test.Test_W3Tests
 
testCreateModify() - Method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
testCreateSesameOntology() - Method in class gate.creole.ontology.impl.test.Test4Develop
 
testFastCreation() - Method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
Create lots of ontologies in quick succession to test if the creation of temporary storage location directories for them works.
testLoadImports() - Method in class gate.creole.ontology.impl.test.Test_OWLIMOntology
 
testOntologyTest1() - Method in class gate.creole.ontology.impl.test.Test_OntoTest1
 
testOntologyTest1() - Method in class gate.creole.ontology.impl.test.Test_TupleQuery
 
testOWLIMOntology() - Method in class gate.creole.ontology.impl.test.Test4Develop
 
testTripleStoreTest1() - Method in class gate.creole.ontology.impl.test.Test_TripleStore
 
testWineOntology() - Method in class gate.creole.ontology.impl.test.Test_OntoWine
 
theObject - Variable in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
theObject - Variable in class gate.creole.ontology.impl.OValueImpl
 
toASCIIString() - Method in class gate.creole.ontology.impl.ONodeIDImpl
 
toDisplayString() - Method in class gate.creole.ontology.impl.ONodeIDImpl
 
toGateDataType(URI) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
toGateLiteralOrONodeID(Value) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
toGateONodeID(Resource) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
toGateOURI(URI) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
toSesameLiteral(Literal) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Convert an Ontology plugin Literal represenation into a Sesame Literal
toSesameResource(ONodeID) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Convert an ontology plugin ONodeID to a Sesame Resource.
toSesameURI(OURI) - Method in class gate.creole.ontology.impl.sesame.SesameManager
Convert an ontology plugin OURI to a Sesame URI
toSesameValue(ONodeID) - Method in class gate.creole.ontology.impl.sesame.SesameManager
 
toString() - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
toString() - Method in class gate.creole.ontology.impl.ONodeIDImpl
Returns the string representation of the uri.
toString() - Method in class gate.creole.ontology.impl.OResourceImpl
String representation of the resource: its name and not the URI.
toString() - Method in class gate.creole.ontology.impl.OValueImpl
 
toString() - Method in class gate.creole.ontology.impl.sesame.TripleImplSesame
 
toTurtle() - Method in class gate.creole.ontology.impl.LiteralOrONodeIDImpl
 
toTurtle() - Method in class gate.creole.ontology.impl.ONodeIDImpl
 
toTurtle() - Method in class gate.creole.ontology.impl.OValueImpl
 
toTurtle() - Method in class gate.creole.ontology.impl.sesame.TripleImplSesame
 
transationStarted() - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Dummy implementation - this method is not supported any more.
TransitivePropertyImpl - Class in gate.creole.ontology.impl
Implementation of the TransitiveProperty
TransitivePropertyImpl(OURI, Ontology, OntologyService) - Constructor for class gate.creole.ontology.impl.TransitivePropertyImpl
Constructor
TRIPLE_CONTEXT_DATA - Static variable in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
TRIPLE_CONTEXT_META - Static variable in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
tripleAdded(ONodeID, OURI, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyTripleStoreListener
 
tripleAdded(ONodeID, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyTripleStoreListener
 
tripleAdded(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.test.Test_TripleStore.MyTripleEventListener
 
tripleAdded(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.test.Test_TripleStore.MyTripleEventListener
 
TripleImplSesame - Class in gate.creole.ontology.impl.sesame
Implementation of a Sesame Triple.
TripleImplSesame(ONodeID, OURI, LiteralOrONodeID) - Constructor for class gate.creole.ontology.impl.sesame.TripleImplSesame
 
tripleRemoved(ONodeID, OURI, ONodeID) - Method in interface gate.creole.ontology.impl.OntologyTripleStoreListener
 
tripleRemoved(ONodeID, OURI, Literal) - Method in interface gate.creole.ontology.impl.OntologyTripleStoreListener
 
tripleRemoved(ONodeID, OURI, ONodeID) - Method in class gate.creole.ontology.impl.test.Test_TripleStore.MyTripleEventListener
 
tripleRemoved(ONodeID, OURI, Literal) - Method in class gate.creole.ontology.impl.test.Test_TripleStore.MyTripleEventListener
 
turtleURL - Variable in class gate.creole.ontology.impl.sesame.OWLIMOntology
 

U

uri - Variable in class gate.creole.ontology.impl.ONodeIDImpl
String representation of the URI
UtilBooleanQuery - Class in gate.creole.ontology.impl.sesame
A class representing a Sesame ASK Query.
UtilBooleanQuery(SesameManager, String, OConstants.QueryLanguage) - Constructor for class gate.creole.ontology.impl.sesame.UtilBooleanQuery
 
UtilResourceQueryIterator<T extends gate.creole.ontology.OResource> - Class in gate.creole.ontology.impl.sesame
 
UtilResourceQueryIterator(OntologyServiceImplSesame, UtilTupleQueryIterator, Class) - Constructor for class gate.creole.ontology.impl.sesame.UtilResourceQueryIterator
 
Utils - Class in gate.creole.ontology.impl
 
Utils() - Constructor for class gate.creole.ontology.impl.Utils
 
UtilTupleQueryIterator - Class in gate.creole.ontology.impl.sesame
A class representing a Sesame Query.
UtilTupleQueryIterator(SesameManager, String, OConstants.QueryLanguage) - Constructor for class gate.creole.ontology.impl.sesame.UtilTupleQueryIterator
 

V

validate() - Method in class gate.creole.ontology.impl.ONodeIDImpl
 

W

warnDeprecation(String) - Static method in class gate.creole.ontology.impl.Utils
 
warning(String) - Static method in class gate.creole.ontology.impl.Utils
Utility method that shows warning to the user.
writeOntologyData(OutputStream, byte) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Deprecated.
writeOntologyData(Writer, byte) - Method in class gate.creole.ontology.impl.AbstractOntologyImpl
Deprecated.
writeOntologyData(File, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
writeOntologyData(OutputStream, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
writeOntologyData(Writer, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.AbstractOntologyImplSesame
 
writeOntologyData(Writer, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
writeOntologyData(OutputStream, OConstants.OntologyFormat, boolean) - Method in class gate.creole.ontology.impl.sesame.OntologyServiceImplSesame
 
A B C D E F G H I K L M N O P R S T U V W