|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> ontology >> daml >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.hp.hpl.jena.ontology.daml.impl
A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2.
See:
Description
| Class Summary | |
| DAMLClassImpl | Java representation of a DAML ontology Class. |
| DAMLCommonImpl | Abstract super-class for all DAML resources (including properties). |
| DAMLDataInstanceImpl | A data instance is a specific type of DAML object that represents the instantiation of a DAML datatype. |
| DAMLDatatypeImpl | Encapsulates a DAML dataype, that represents values from a concrete domain by encoding their type using XML schema. |
| DAMLDatatypePropertyImpl | Java encapsulation of a datatype property in a DAML ontology. |
| DAMLHierarchy | Represents knowledge about the class and property hierarchies in the DAML spec, so that these can be available without forcing the user to import the DAML specification into their model each time. |
| DAMLInstanceImpl | Java representation of a DAML Instance. |
| DAMLListImpl | Java representation of a DAML List. |
| DAMLLoader | Obsolete. |
| DAMLModelImpl | Implementation for the DAML model interface, which is a specialisation of a Jena RDF store for the application of storing and manipulating DAML objects. |
| DAMLObjectPropertyImpl | Java encapsulation of an object property in a DAML ontology. |
| DAMLOntologyImpl | Encapsulates the properties known for a given source ontology. |
| DAMLPropertyImpl | Encapsulates a property in a DAML ontology. |
| DAMLRestrictionImpl | Java encapsulation of a DAML Restriction. |
| IntLiteralAccessorImpl | Encapsulates the standard methods of modifying a property on a DAML object, where the value of the property is an RDF literal (as opposed to another DAML value, see com.hp.hpl.jena.ontology.daml.PropertyAccessor, and the literal is known to encapsulate an integer value. |
| LiteralAccessorImpl | Encapsulates the standard methods of modifying a property on a DAML object, where the value of the property is an RDF literal (as opposed to another DAML value, see com.hp.hpl.jena.ontology.daml.PropertyAccessor. |
| PropertyAccessorImpl | Encapsulates the standard methods of modifying a property on a DAML value. |
| VocabularyManager | Contains knowledge of different versions of the DAML vocabulary, to help with managing the different versions of the namespace. |
Package com.hp.hpl.jena.ontology.daml.impl Description
A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. Now re-implemented using the generic OntModel capabilities.
|
|||||||||
| Home >> All >> com >> hp >> hpl >> jena >> ontology >> daml >> [ impl overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||