com.att.gs.codip.ograph
Class OWL
java.lang.Object
|
+--com.att.gs.codip.ograph.OGBaseOntology
|
+--com.att.gs.codip.ograph.OWL
- All Implemented Interfaces:
- LogicalResource, OGOntology, OGResource
- public class OWL
- extends OGBaseOntology
- implements OGOntology
An implementaiton of the OGOntology Interface that provides
static instances of the OWL Classes and Properties.
Constructor Summary |
OWL(OGOntology anOntoImpl)
Creates an instance of OWL using the passed in OGOntology. |
Method Summary |
void |
initialize()
Creates the static classes. |
void |
morph(java.lang.String URI)
Most OWL Ontology Methods Inherited from
OGBaseOntology. |
Methods inherited from class com.att.gs.codip.ograph.OGBaseOntology |
addClass, addDatatype, addImport, addLiteral, addNewPropInstance, addProperty, addPropInstance, addResource, addType, classes, classes, containsClass, containsDatatype, containsImport, containsLiteral, containsProperty, containsPropInstance, containsResource, containsType, createClass, createClass, createClass, createClass, createDatatype, createDatatype, createDatatype, createDatatype, createLiteral, createLiteral, createLiteral, createLiteral, createLiteralByValue, createLiteralByValue, createProperty, createProperty, createProperty, createProperty, createPropInstance, createPropInstance, datatypes, datatypes, getClass, getClasses, getComment, getDatatype, getDatatypes, getID, getImport, getImports, getLabel, getLiteral, getLiterals, getLocalName, getNamespace, getOntology, getProperties, getProperty, getPropInstance, getPropInstances, getPropInstances, getResource, getResources, getSourceURI, getType, getURI, getVersionInfo, imports, isLiteralType, isType, literals, literals, lookupClass, lookupClass, lookupDatatype, lookupDatatype, lookupImport, lookupLiteral, lookupLiteral, lookupProperty, lookupProperty, lookupPropInstance, lookupResource, properties, properties, propInstances, propInstances, removeClass, removeDatatype, removeImport, removeLiteral, removeProperty, removePropInstance, removeResource, removeType, resources, resources, setComment, setLabel, setSourceURI, setType, setVersionInfo, types |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.att.gs.codip.ograph.OGOntology |
addClass, addDatatype, addImport, addLiteral, addProperty, addResource, classes, classes, containsClass, containsDatatype, containsImport, containsLiteral, containsProperty, containsResource, createClass, createClass, createClass, createClass, createDatatype, createDatatype, createDatatype, createDatatype, createLiteral, createLiteral, createLiteral, createLiteral, createLiteralByValue, createLiteralByValue, createProperty, createProperty, createProperty, createProperty, createPropInstance, createPropInstance, datatypes, datatypes, getClass, getClasses, getDatatype, getDatatypes, getImport, getImports, getLiteral, getLiterals, getProperties, getProperty, getResource, getResources, getSourceURI, getVersionInfo, imports, literals, literals, lookupClass, lookupClass, lookupDatatype, lookupDatatype, lookupImport, lookupLiteral, lookupLiteral, lookupProperty, lookupProperty, lookupResource, properties, properties, removeClass, removeDatatype, removeImport, removeLiteral, removeProperty, removeResource, resources, resources, setSourceURI, setVersionInfo |
Methods inherited from interface com.att.gs.codip.ograph.OGResource |
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getPropInstance, getPropInstances, getPropInstances, getURI, lookupPropInstance, propInstances, propInstances, removePropInstance, removeType, setComment, setLabel, types |
OWL_URI
public static final java.lang.String OWL_URI
- The URI of the OWL syntax specificaiton.
- See Also:
- Constant Field Values
OWL_NS
public static final java.lang.String OWL_NS
- The Namespace of the OWL syntax specificaiton.
- See Also:
- Constant Field Values
Ontology
public static OGOntology Ontology
Class
public static OGClass Class
Thing
public static OGClass Thing
Nothing
public static OGClass Nothing
Datatype
public static OGDatatype Datatype
Literal
public static OGClass Literal
ObjectProperty
public static OGProperty ObjectProperty
DatatypeProperty
public static OGProperty DatatypeProperty
AllDifferent
public static OGClass AllDifferent
Restriction
public static OGClass Restriction
FunctionalProperty
public static OGProperty FunctionalProperty
InverseFunctionalProperty
public static OGProperty InverseFunctionalProperty
SymmetricProperty
public static OGProperty SymmetricProperty
TransitiveProperty
public static OGProperty TransitiveProperty
allValuesFrom
public static OGProperty allValuesFrom
backwardCompatibleWith
public static OGProperty backwardCompatibleWith
cardinality
public static OGProperty cardinality
complementOf
public static OGProperty complementOf
differentFrom
public static OGProperty differentFrom
disjointWith
public static OGProperty disjointWith
distinctMembers
public static OGProperty distinctMembers
equivalentClass
public static OGProperty equivalentClass
equivalentProperty
public static OGProperty equivalentProperty
hasValue
public static OGProperty hasValue
imports
public static OGProperty imports
incompatibleWith
public static OGProperty incompatibleWith
intersectionOf
public static OGProperty intersectionOf
inverseOf
public static OGProperty inverseOf
maxCardinality
public static OGProperty maxCardinality
minCardinality
public static OGProperty minCardinality
oneOf
public static OGProperty oneOf
onProperty
public static OGProperty onProperty
priorVersion
public static OGProperty priorVersion
sameAs
public static OGProperty sameAs
sameIndividualAs
public static OGProperty sameIndividualAs
someValuesFrom
public static OGProperty someValuesFrom
unionOf
public static OGProperty unionOf
versionInfo
public static OGProperty versionInfo
OWL
public OWL(OGOntology anOntoImpl)
- Creates an instance of OWL using the passed in OGOntology.
initialize
public void initialize()
- Creates the static classes.
morph
public void morph(java.lang.String URI)
- Most OWL Ontology Methods Inherited from
OGBaseOntology. Only overidded ones here.
- Specified by:
morph
in interface OGOntology
- Overrides:
morph
in class OGBaseOntology
CODIP AT&T Government Solutions, Inc.