GATE
Version 3.1-2270

Uses of Interface
gate.creole.ontology.OntologyResource

Packages that use OntologyResource
gate.creole.ontology   
 

Uses of OntologyResource in gate.creole.ontology
 

Subinterfaces of OntologyResource in gate.creole.ontology
 interface DatatypeProperty
          Interface for datatype properties.
 interface ObjectProperty
           
 interface OClass
           
 interface OInstance
           
 interface Property
          This interface defines an ontology property and is the top level interface for all types of ontological properties.
 interface ReflexiveProperty
           
 interface SymmetricProperty
           
 interface TClass
          An Interface representing a single ontology class
 interface TransitiveProperty
          Interface for transitive properties.
 

Classes in gate.creole.ontology that implement OntologyResource
 class DatatypePropertyImpl
           
 class ObjectPropertyImpl
           
 class OClassImpl
           
 class OInstanceImpl
           
 class OntologyResourceImpl
          This is an implementation for ontology resource.
 class PropertyImpl
          This class provides implementations for methods common to all types of ontological properties.
 class SymmetricPropertyImpl
           
 class TClassImpl
          Represents a single ontology class.
 class TransitivePropertyImpl
           
 

Methods in gate.creole.ontology with parameters of type OntologyResource
 boolean Property.isValidDomain(OntologyResource instance)
          Checks whether this property can apply to the provided instance
 boolean PropertyImpl.isValidDomain(OntologyResource resource)
          Checks whether a provided value can be a domain value for this property.
 


GATE
Version 3.1-2270