Uses of Package
gate.creole.ontology

Packages that use gate.creole.ontology
com.ontotext.gate.vr   
gate This package contains the public interface to the GATE Java API. 
gate.creole   
gate.creole.ontology The GATE ontology API. 
gate.gui.docview   
gate.gui.ontology   
gate.jape   
gate.util   
 

Classes in gate.creole.ontology used by com.ontotext.gate.vr
OClass
          Each OClass (Ontology Class) represents a concept/class in ontology.
OInstance
          OInstance (Ontology Instance) represents an instance in the ontology/knowledge base.
Ontology
          Interface for ontology language resources.
OntologyModificationListener
          Objects wishing to listen to various ontology events, must implement this interface (using implements java keyword) and the methods of this interface.
OResource
          This is the top level interface for all ontology resources such as classes, instances and properties.
RDFProperty
          RDFProperty is the top level property.
 

Classes in gate.creole.ontology used by gate
Ontology
          Interface for ontology language resources.
 

Classes in gate.creole.ontology used by gate.creole
Ontology
          Interface for ontology language resources.
 

Classes in gate.creole.ontology used by gate.creole.ontology
AllValuesFromRestriction
          An AllValuesFromRestriction.
AnnotationProperty
          An Annotation property.
AnonymousClass
          This class represents the AnonymousClass.
CardinalityRestriction
          A CardinalityRestriction
DataType
          This class provides a list of datatypes, supported by the ontology API.
DatatypeProperty
          Interface for datatype properties.
HasValueRestriction
          A HasValueRestriction.
InvalidURIException
          This exception is thrown when a URI is not valid.
InvalidValueException
          This exception should be thrown when a property value is not compatible with the property. e.g. boolean value for the integer datatype, invalid instance for an object property.
Literal
          Literal represents a single value or a value with language used for annotation properties, or a value with datatype used for the datatype properties.
LiteralOrONodeID
          A class representing something that is either a literal or a node ID.
MaxCardinalityRestriction
          A MaxCardinalityRestriction.
MinCardinalityRestriction
          A MinCardinalityRestriction.
ObjectProperty
          ObjectProperty is a sub type of the RDFProperty.
OBNodeID
          An object representing an ontology node ID.
OClass
          Each OClass (Ontology Class) represents a concept/class in ontology.
OConstants
          This interface holds some constants used by several other intrfaces and classes in the GATE ontology API.
OConstants.Closure
          Closure constants.
OConstants.OntologyFormat
          A list of serialization formats for ontologies.
OConstants.QueryLanguage
           
OInstance
          OInstance (Ontology Instance) represents an instance in the ontology/knowledge base.
ONodeID
          An ONodeID represents the id of either a blank node or a resource.
Ontology
          Interface for ontology language resources.
OntologyBooleanQuery
          This represents a boolean query of the triple store for the ontology.
OntologyModificationListener
          Objects wishing to listen to various ontology events, must implement this interface (using implements java keyword) and the methods of this interface.
OntologyTupleQuery
          This represents a tuple query of the triple store for the ontology.
OResource
          This is the top level interface for all ontology resources such as classes, instances and properties.
OURI
          Interface for objects representing an URI.
OValue
          A class representing something that is either a literal or a OResource.
RDFProperty
          RDFProperty is the top level property.
Restriction
          This interface defines a restriction in the ontology.
SomeValuesFromRestriction
          A SomeValuesFromRestriction.
SymmetricProperty
          Every SymmetricProperty is ObjectProperty.
TransitiveProperty
          Interface for transitive properties.
URI
          Deprecated. Use OURI objects and the Ontology factory methods for creating them instead.
 

Classes in gate.creole.ontology used by gate.gui.docview
ObjectProperty
          ObjectProperty is a sub type of the RDFProperty.
OClass
          Each OClass (Ontology Class) represents a concept/class in ontology.
OInstance
          OInstance (Ontology Instance) represents an instance in the ontology/knowledge base.
Ontology
          Interface for ontology language resources.
OntologyModificationListener
          Objects wishing to listen to various ontology events, must implement this interface (using implements java keyword) and the methods of this interface.
OResource
          This is the top level interface for all ontology resources such as classes, instances and properties.
RDFProperty
          RDFProperty is the top level property.
 

Classes in gate.creole.ontology used by gate.gui.ontology
AnnotationProperty
          An Annotation property.
DatatypeProperty
          Interface for datatype properties.
ObjectProperty
          ObjectProperty is a sub type of the RDFProperty.
OClass
          Each OClass (Ontology Class) represents a concept/class in ontology.
OInstance
          OInstance (Ontology Instance) represents an instance in the ontology/knowledge base.
Ontology
          Interface for ontology language resources.
OntologyModificationListener
          Objects wishing to listen to various ontology events, must implement this interface (using implements java keyword) and the methods of this interface.
OResource
          This is the top level interface for all ontology resources such as classes, instances and properties.
RDFProperty
          RDFProperty is the top level property.
URI
          Deprecated. Use OURI objects and the Ontology factory methods for creating them instead.
 

Classes in gate.creole.ontology used by gate.jape
Ontology
          Interface for ontology language resources.
 

Classes in gate.creole.ontology used by gate.util
OClass
          Each OClass (Ontology Class) represents a concept/class in ontology.
Ontology
          Interface for ontology language resources.