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

Packages that use DAMLClass
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 DAMLClass in com.hp.hpl.jena.ontology.daml
 

Subinterfaces of DAMLClass in com.hp.hpl.jena.ontology.daml
 interface DAMLRestriction
          Java encapsulation of a DAML Restriction.
 

Methods in com.hp.hpl.jena.ontology.daml that return DAMLClass
 DAMLClass DAMLModel.createDAMLClass(String uri)
          Create an (optionally anonymous) DAML class.
 DAMLClass DAMLModel.getDAMLClass(String uri)
          Answer a resource from the current model with the given uri, viewed as a DAML Class.
 

Methods in com.hp.hpl.jena.ontology.daml with parameters of type DAMLClass
 DAMLInstance DAMLModel.createDAMLInstance(DAMLClass damlClass, String uri)
          Create an (optionally anonymous) instance of the given class.
 DAMLCommon DAMLModel.getDAMLValue(String uri, DAMLClass damlClass)
          Answer the DAML value that corresponds to the given URI, if it exists in the model.
 



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