|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAMLDataInstance | |
---|---|
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 DAMLDataInstance in com.hp.hpl.jena.ontology.daml |
---|
Methods in com.hp.hpl.jena.ontology.daml that return DAMLDataInstance | |
---|---|
DAMLDataInstance |
DAMLModel.createDAMLDataInstance(java.lang.Object value)
Create an anonymous data instance, which has the given value and an appropriate datatype. |
DAMLDataInstance |
DAMLModel.createDAMLDataInstance(RDFDatatype datatype,
java.lang.Object value)
Create an anonymous data instance, which has the given datatype and value. |
DAMLDataInstance |
DAMLModel.createDAMLDataInstance(Resource datatype,
java.lang.Object value)
Create an anonymous data instance, which has the given datatype and value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |