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_Blank.getBlankNodeId()
           
 AnonId Node.getBlankNodeId()
          get the blank node id if the node is blank, otherwise die horribly
 

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
 java.lang.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
static AnonId AnonId.create()
           
static AnonId AnonId.create(java.lang.String id)
           
 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.
 java.lang.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, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP