eu.larkc.core.query
Class GraphResultBase.FinalStatement
java.lang.Object
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
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 |
GraphResultBase.FinalStatement
public GraphResultBase.FinalStatement()
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