Uses of Interface
com.hp.hpl.jena.ontology.daml.DAMLDataInstance

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.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP