com.att.gs.codip.ograph
Class DAML

java.lang.Object
  |
  +--com.att.gs.codip.ograph.OGBaseOntology
        |
        +--com.att.gs.codip.ograph.DAML
All Implemented Interfaces:
LogicalResource, OGOntology, OGResource

public class DAML
extends OGBaseOntology
implements OGOntology

An implementaiton of the OGOntology Interface that provides static instances of the core DAML+OIL Classes and Properties.


Field Summary
static OGProperty cardinality
           
static OGProperty cardinalityQ
           
static OGClass Class
           
static OGProperty comment
           
static OGProperty complementOf
           
static java.lang.String DAML_NS
          The Namespace of the DAML syntax specificaiton.
static java.lang.String DAML_URI
           
static java.lang.String DAML_URI_2000_10
          The URI of the DAML syntax specificaiton.
static java.lang.String DAML_URI_2000_12
           
static OGDatatype Datatype
           
static OGProperty DatatypeProperty
           
static OGProperty differentIndividualFrom
           
static OGClass Disjoint
           
static OGProperty disjointUnionOf
           
static OGProperty disjointWith
           
static OGProperty domain
           
static OGProperty equivalentTo
           
static OGProperty first
           
static OGProperty hasClass
           
static OGProperty hasClassQ
           
static OGProperty hasValue
           
static OGProperty imports
           
static OGProperty intersectionOf
           
static OGProperty inverseOf
           
static OGProperty isDefinedBy
           
static OGProperty item
           
static OGProperty label
           
static OGClass List
           
static OGClass Literal
           
static OGProperty maxCardinality
           
static OGProperty maxCardinalityQ
           
static OGProperty minCardinality
           
static OGProperty minCardinalityQ
           
static OGClass Nothing
           
static OGProperty ObjectProperty
           
static OGProperty oneOf
           
static OGProperty onProperty
           
static OGOntology Ontology
           
static OGProperty Property
           
static OGProperty range
           
static java.lang.String RDF_NS
          The Namespace of the RDF syntax specificaiton.
static OGProperty RDF_type
          RDF/S type included in DAML.
static java.lang.String RDF_URI
          The URI of the RDF syntax specificaiton.
static OGClass RDFS_Class
           
static java.lang.String RDFS_NS
          The Namespace of the RDFS syntax specificaiton.
static java.lang.String RDFS_URI
          The URI of the RDFS syntax specificaiton.
static OGProperty rest
           
static OGClass Restriction
           
static OGProperty RestrictionP
           
static OGProperty sameClassAs
           
static OGProperty sameIndividualAs
           
static OGProperty samePropertyAs
           
static OGProperty seeAlso
           
static OGProperty subClassOf
           
static OGProperty subPropertyOf
           
static OGClass Thing
           
static OGProperty toClass
           
static OGProperty TransitiveProperty
           
static OGProperty type
           
static OGProperty UnambiguousProperty
           
static OGProperty unionOf
           
static OGProperty UniqueProperty
           
static OGProperty value
           
static OGProperty versionInfo
           
 
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 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
 
Methods inherited from interface com.att.gs.codip.resource.LogicalResource
getType, isLiteralType, isType, setType
 

Field Detail

RDF_URI

public static final java.lang.String RDF_URI
The URI of the RDF syntax specificaiton.

See Also:
Constant Field Values

RDF_NS

public static final java.lang.String RDF_NS
The Namespace of the RDF syntax specificaiton.

See Also:
Constant Field Values

RDFS_URI

public static final java.lang.String RDFS_URI
The URI of the RDFS syntax specificaiton.

See Also:
Constant Field Values

RDFS_NS

public static final java.lang.String RDFS_NS
The Namespace of the RDFS syntax specificaiton.

See Also:
Constant Field Values

DAML_URI_2000_10

public static final java.lang.String DAML_URI_2000_10
The URI of the DAML syntax specificaiton.

See Also:
Constant Field Values

DAML_URI_2000_12

public static final java.lang.String DAML_URI_2000_12
See Also:
Constant Field Values

DAML_URI

public static final java.lang.String DAML_URI
See Also:
Constant Field Values

DAML_NS

public static final java.lang.String DAML_NS
The Namespace of the DAML syntax specificaiton.

See Also:
Constant Field Values

Ontology

public static OGOntology Ontology

Thing

public static OGClass Thing

Nothing

public static OGClass Nothing

Datatype

public static OGDatatype Datatype

Class

public static OGClass Class

Literal

public static OGClass Literal

Property

public static OGProperty Property

ObjectProperty

public static OGProperty ObjectProperty

DatatypeProperty

public static OGProperty DatatypeProperty

Disjoint

public static OGClass Disjoint

Restriction

public static OGClass Restriction

RestrictionP

public static OGProperty RestrictionP

UniqueProperty

public static OGProperty UniqueProperty

TransitiveProperty

public static OGProperty TransitiveProperty

UnambiguousProperty

public static OGProperty UnambiguousProperty

List

public static OGClass List

equivalentTo

public static OGProperty equivalentTo

sameClassAs

public static OGProperty sameClassAs

samePropertyAs

public static OGProperty samePropertyAs

sameIndividualAs

public static OGProperty sameIndividualAs

differentIndividualFrom

public static OGProperty differentIndividualFrom

disjointWith

public static OGProperty disjointWith

unionOf

public static OGProperty unionOf

disjointUnionOf

public static OGProperty disjointUnionOf

intersectionOf

public static OGProperty intersectionOf

complementOf

public static OGProperty complementOf

oneOf

public static OGProperty oneOf

onProperty

public static OGProperty onProperty

toClass

public static OGProperty toClass

hasValue

public static OGProperty hasValue

hasClass

public static OGProperty hasClass

cardinality

public static OGProperty cardinality

hasClassQ

public static OGProperty hasClassQ

minCardinality

public static OGProperty minCardinality

maxCardinality

public static OGProperty maxCardinality

minCardinalityQ

public static OGProperty minCardinalityQ

maxCardinalityQ

public static OGProperty maxCardinalityQ

cardinalityQ

public static OGProperty cardinalityQ

inverseOf

public static OGProperty inverseOf

first

public static OGProperty first

rest

public static OGProperty rest

item

public static OGProperty item

versionInfo

public static OGProperty versionInfo

imports

public static OGProperty imports

type

public static OGProperty type

value

public static OGProperty value

label

public static OGProperty label

comment

public static OGProperty comment

domain

public static OGProperty domain

range

public static OGProperty range

subClassOf

public static OGProperty subClassOf

subPropertyOf

public static OGProperty subPropertyOf

seeAlso

public static OGProperty seeAlso

isDefinedBy

public static OGProperty isDefinedBy

RDF_type

public static OGProperty RDF_type
RDF/S type included in DAML.


RDFS_Class

public static OGClass RDFS_Class
Constructor Detail

DAML

public DAML(OGOntology anOntoImpl)
Creates an instance of DAML using the passed in OGOntology.

Method Detail

initialize

public void initialize()
Creates the static classes.


morph

public void morph(java.lang.String URI)
Most DAML 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.