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 Statement.getResource(ResourceF f)
          Return the object of the statement.
 Resource Seq.getResource(int index, ResourceF f)
          Get the member at a given index.
 Resource ModelCon.getResource(java.lang.String uri, ResourceF f)
          Return a Resource instance in this model.
 Resource ModelCon.createResource(ResourceF f)
          Create a new anonymous resource using the supplied factory.
 Resource ModelCon.createResource(java.lang.String uri, ResourceF f)
          Create a new resource using the supplied factory.
 Resource Alt.getDefaultResource(ResourceF f)
          Return the default value for this resource.
 



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