|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAMLCommon | |
---|---|
com.hp.hpl.jena.ontology.daml | A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. |
Uses of DAMLCommon in com.hp.hpl.jena.ontology.daml |
---|
Subinterfaces of DAMLCommon in com.hp.hpl.jena.ontology.daml | |
---|---|
interface |
DAMLClass
Java representation of a DAML ontology Class. |
interface |
DAMLDataInstance
A data instance is a specific type of DAML object that represents the instantiation of a DAML datatype. |
interface |
DAMLDatatype
A DAML datatype represents a set of values from a concrete domain, as opposed to a Class, which is a set of values from the instance domain. |
interface |
DAMLDatatypeProperty
Java encapsulation of a datatype property in a DAML ontology. |
interface |
DAMLInstance
Java representation of a DAML Instance. |
interface |
DAMLObjectProperty
Java encapsulation of an object property in a DAML ontology. |
interface |
DAMLOntology
Encapsulates the properties known for a given source ontology. |
interface |
DAMLProperty
Encapsulates a property in a DAML ontology. |
interface |
DAMLRestriction
Java encapsulation of a DAML Restriction. |
Methods in com.hp.hpl.jena.ontology.daml that return DAMLCommon | |
---|---|
DAMLCommon |
DAMLModel.createDAMLValue(java.lang.String uri,
Resource damlClass)
Create a new DAML value that is a member of the given class. |
DAMLCommon |
PropertyAccessor.getDAMLValue()
Answer a value of the encapsulated property, converted to a DAML common value |
DAMLCommon |
DAMLModel.getDAMLValue(java.lang.String uri)
Answer the DAML value that corresponds to the given URI, if it exists in the model. |
DAMLCommon |
DAMLModel.getDAMLValue(java.lang.String uri,
DAMLClass damlClass)
Answer the DAML value that corresponds to the given URI, if it exists in the model. |
DAMLCommon |
DAMLList.getItem(int i)
Answer the i'th element of the list, if it exists. |
Methods in com.hp.hpl.jena.ontology.daml with parameters of type DAMLCommon | |
---|---|
DAMLList |
DAMLList.cons(DAMLCommon value)
Answer a new list formed by creating a new DAMLList element whose first is the given value and whose rest is the current list. |
void |
DAMLList.setFirst(DAMLCommon value)
Set the property daml:first for the given list element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |