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 Model.createReifiedStatement(Statement s)
          Answer a ReifiedStatement that encodes _s_ and belongs to this Model.
 ReifiedStatement Statement.createReifiedStatement(String uri)
          answer a ReifiedStatement object that embodies this Statement, has the same Model, and has the given uri.
 ReifiedStatement Model.createReifiedStatement(String uri, Statement s)
          answer a ReifiedStatement that encodes _s_, belongs to this Model, and is a Resource with that _uri_.
 ReifiedStatement RSIterator.nextRS()
          return the next object, cast to a ReifedStatement
 

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



Licenced under the Apache License, Version 2.0