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

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

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

Methods in com.hp.hpl.jena.rdf.model that return ReifiedStatement
 ReifiedStatement Statement.createReifiedStatement()
          answer a ReifiedStatement object that embodies this Statement and is in the same Model (if any).
 ReifiedStatement Statement.createReifiedStatement(java.lang.String uri)
          answer a ReifiedStatement object that embodies this Statement, has the same Model, and has the given uri.
 ReifiedStatement RSIterator.nextRS()
          return the next object, cast to a ReifedStatement
 ReifiedStatement Model.createReifiedStatement(Statement s)
          Answer a ReifiedStatement that encodes _s_ and belongs to this Model.
 ReifiedStatement Model.createReifiedStatement(java.lang.String uri, Statement s)
          answer a ReifiedStatement that encodes _s_, belongs to this Model, and is a Resource with that _uri_.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type ReifiedStatement
 void Model.removeReification(ReifiedStatement rs)
          Remove a particular reificiation.
 



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