eu.larkc.core.query
Class GraphResultBase.FinalStatement

java.lang.Object
  extended by eu.larkc.core.query.GraphResultBase.FinalStatement
All Implemented Interfaces:
java.io.Serializable, org.openrdf.model.Statement
Enclosing class:
GraphResultBase

public class GraphResultBase.FinalStatement
extends java.lang.Object
implements org.openrdf.model.Statement

Helper class to denote the end of streamed statements.

Author:
vassil
See Also:
Serialized Form

Constructor Summary
GraphResultBase.FinalStatement()
           
 
Method Summary
 org.openrdf.model.Resource getContext()
           
 org.openrdf.model.Value getObject()
           
 org.openrdf.model.URI getPredicate()
           
 org.openrdf.model.Resource getSubject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.model.Statement
equals, hashCode
 

Constructor Detail

GraphResultBase.FinalStatement

public GraphResultBase.FinalStatement()
Method Detail

getSubject

public org.openrdf.model.Resource getSubject()
Specified by:
getSubject in interface org.openrdf.model.Statement

getPredicate

public org.openrdf.model.URI getPredicate()
Specified by:
getPredicate in interface org.openrdf.model.Statement

getObject

public org.openrdf.model.Value getObject()
Specified by:
getObject in interface org.openrdf.model.Statement

getContext

public org.openrdf.model.Resource getContext()
Specified by:
getContext in interface org.openrdf.model.Statement