Uses of Interface
com.hp.hpl.jena.rdf.model.ObjectF

Packages that use ObjectF
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
 

Uses of ObjectF in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type ObjectF
 java.lang.Object Statement.getObject(ObjectF f)
          Return the object of the statement.
 java.lang.Object Seq.getObject(int index, ObjectF f)
          Get the member at a given index.
 java.lang.Object Literal.getObject(ObjectF f)
          In the case of plain literals this recreates an object from its lexical form using the given factory.
 java.lang.Object Alt.getDefaultObject(ObjectF f)
          Return the default value for this resource.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.