Uses of Class
com.hp.hpl.jena.rdf.model.AnonId

Packages that use AnonId
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
 

Uses of AnonId in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return AnonId
 AnonId Node.getBlankNodeId()
          get the blank node id if the node is blank, otherwise die horribly
 AnonId Node_Blank.getBlankNodeId()
           
 

Methods in com.hp.hpl.jena.graph with parameters of type AnonId
static Node Node.createAnon(AnonId id)
          make a blank node with the specified label
 Object NodeVisitor.visitBlank(Node_Blank it, AnonId id)
           
 

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

Methods in com.hp.hpl.jena.rdf.model that return AnonId
 AnonId Resource.getId()
          Returns an a unique identifier for anonymous resources.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type AnonId
 Resource Model.createResource(AnonId id)
          Create a blank node resource with a specified identifier.
 Object RDFVisitor.visitBlank(Resource r, AnonId id)
          Method to call when visiting a blank node r with identifier id.
 



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