Package com.franz.agraph.jena
Class AGStatement
java.lang.Object
org.apache.jena.rdf.model.impl.StatementBase
org.apache.jena.rdf.model.impl.StatementImpl
com.franz.agraph.jena.AGStatement
- All Implemented Interfaces:
FrontsTriple
,Statement
-
Constructor Summary
ConstructorDescriptionAGStatement
(Resource subject, Property predicate, RDFNode object) AGStatement
(Resource subject, Property predicate, RDFNode object, AGModel model) -
Method Summary
Methods inherited from class org.apache.jena.rdf.model.impl.StatementImpl
asTriple, asTriples, createObject, equals, getAlt, getBag, getList, getLiteral, getObject, getPredicate, getProperty, getResource, getSeq, getStatementProperty, getSubject, hashCode, remove, toStatement
Methods inherited from class org.apache.jena.rdf.model.impl.StatementBase
changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getShort, getString, toString
Methods inherited from interface org.apache.jena.rdf.model.Statement
changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getShort, getString
-
Constructor Details
-
AGStatement
-
AGStatement
-
-
Method Details
-
toStatement
create a Statement from the triplet
in the enhanced grapheg
. The Statement has subject, predicate, and object corresponding to those oft
.- Parameters:
t
- the triple to build into a Statementeg
- the Graph in which the Statement will be created- Returns:
- Statement the statement created
-
getModel
- Specified by:
getModel
in interfaceStatement
- Overrides:
getModel
in classStatementBase
-