GATE
Version 3.1-2270

Uses of Interface
gate.creole.ontology.DatatypeProperty

Packages that use DatatypeProperty
com.ontotext.gate.ontology   
gate.creole.ontology   
 

Uses of DatatypeProperty in com.ontotext.gate.ontology
 

Methods in com.ontotext.gate.ontology that return DatatypeProperty
 DatatypeProperty OntologyImpl.addDatatypeProperty(String name, String comment, OClass domain, Class range)
           
 DatatypeProperty OntologyImpl.addDatatypeProperty(String name, String comment, Set domain, Class range)
           
 

Uses of DatatypeProperty in gate.creole.ontology
 

Classes in gate.creole.ontology that implement DatatypeProperty
 class DatatypePropertyImpl
           
 

Methods in gate.creole.ontology that return DatatypeProperty
 DatatypeProperty Ontology.addDatatypeProperty(String name, String comment, OClass domain, Class range)
          Creates a new Datatype property in this ontology where the domain consists of a single OClass.
 DatatypeProperty Ontology.addDatatypeProperty(String name, String comment, Set domain, Class range)
          Create a DatatypeProperty with the given domain and range.
 


GATE
Version 3.1-2270