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

All Superinterfaces:
FrontsNode, RDFNode, Resource

public interface ReifiedStatement
extends Resource

A ReifiedStatement represents a Statement as a Resource.

Author:
kers

Method Summary
 Statement getStatement()
          answer the Statement that this ReifiedStatement reifies.
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.Resource
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getPropertyResourceValue, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, removeAll, removeProperties, toString
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.RDFNode
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isURIResource, visitWith
 
Methods inherited from interface com.hp.hpl.jena.graph.FrontsNode
asNode
 

Method Detail

getStatement

Statement getStatement()
answer the Statement that this ReifiedStatement reifies. Any Statement equal to the statement it was created with will do.



Licenced under the Apache License, Version 2.0