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

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

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

Methods in com.hp.hpl.jena.rdf.model with parameters of type ResourceF
 Resource ModelCon.createResource(ResourceF f)
          Create a new anonymous resource using the supplied factory.
 Resource ModelCon.createResource(String uri, ResourceF f)
          Create a new resource using the supplied factory.
 Resource Alt.getDefaultResource(ResourceF f)
          Return the default value for this resource.
 Resource Seq.getResource(int index, ResourceF f)
          Get the member at a given index.
 Resource Statement.getResource(ResourceF f)
          Return the object of the statement.
 Resource ModelCon.getResource(String uri, ResourceF f)
          Return a Resource instance in this model.
 



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