|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.att.gs.codip.ograph.OGBaseOntology | +--com.att.gs.codip.ograph.DAML
An implementaiton of the OGOntology Interface that provides static instances of the core DAML+OIL Classes and Properties.
Fields inherited from class com.att.gs.codip.ograph.OGBaseOntology |
myImpl |
Constructor Summary | |
DAML(OGOntology anOntoImpl)
Creates an instance of DAML using the passed in OGOntology. |
Method Summary | |
void |
initialize()
Creates the static classes. |
void |
morph(java.lang.String URI)
Most DAML Ontology Methods Inherited from OGBaseOntology. |
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.OGResource |
addNewPropInstance, addPropInstance, addType, containsPropInstance, containsType, getComment, getID, getLabel, getLocalName, getNamespace, getOntology, getPropInstance, getPropInstances, getPropInstances, getURI, lookupPropInstance, propInstances, propInstances, removePropInstance, removeType, setComment, setLabel, types |
Methods inherited from interface com.att.gs.codip.resource.LogicalResource |
getType, isLiteralType, isType, setType |
Field Detail |
public static final java.lang.String RDF_URI
public static final java.lang.String RDF_NS
public static final java.lang.String RDFS_URI
public static final java.lang.String RDFS_NS
public static final java.lang.String DAML_URI_2000_10
public static final java.lang.String DAML_URI_2000_12
public static final java.lang.String DAML_URI
public static final java.lang.String DAML_NS
public static OGOntology Ontology
public static OGClass Thing
public static OGClass Nothing
public static OGDatatype Datatype
public static OGClass Class
public static OGClass Literal
public static OGProperty Property
public static OGProperty ObjectProperty
public static OGProperty DatatypeProperty
public static OGClass Disjoint
public static OGClass Restriction
public static OGProperty RestrictionP
public static OGProperty UniqueProperty
public static OGProperty TransitiveProperty
public static OGProperty UnambiguousProperty
public static OGClass List
public static OGProperty equivalentTo
public static OGProperty sameClassAs
public static OGProperty samePropertyAs
public static OGProperty sameIndividualAs
public static OGProperty differentIndividualFrom
public static OGProperty disjointWith
public static OGProperty unionOf
public static OGProperty disjointUnionOf
public static OGProperty intersectionOf
public static OGProperty complementOf
public static OGProperty oneOf
public static OGProperty onProperty
public static OGProperty toClass
public static OGProperty hasValue
public static OGProperty hasClass
public static OGProperty cardinality
public static OGProperty hasClassQ
public static OGProperty minCardinality
public static OGProperty maxCardinality
public static OGProperty minCardinalityQ
public static OGProperty maxCardinalityQ
public static OGProperty cardinalityQ
public static OGProperty inverseOf
public static OGProperty first
public static OGProperty rest
public static OGProperty item
public static OGProperty versionInfo
public static OGProperty imports
public static OGProperty type
public static OGProperty value
public static OGProperty label
public static OGProperty comment
public static OGProperty domain
public static OGProperty range
public static OGProperty subClassOf
public static OGProperty subPropertyOf
public static OGProperty seeAlso
public static OGProperty isDefinedBy
public static OGProperty RDF_type
public static OGClass RDFS_Class
Constructor Detail |
public DAML(OGOntology anOntoImpl)
Method Detail |
public void initialize()
public void morph(java.lang.String URI)
morph
in interface OGOntology
morph
in class OGBaseOntology
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |