public class AGStatement
extends com.hp.hpl.jena.rdf.model.impl.StatementImpl
Constructor and Description |
---|
AGStatement(com.hp.hpl.jena.rdf.model.Resource subject,
com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode object) |
AGStatement(com.hp.hpl.jena.rdf.model.Resource subject,
com.hp.hpl.jena.rdf.model.Property predicate,
com.hp.hpl.jena.rdf.model.RDFNode object,
AGModel model) |
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.rdf.model.ReifiedStatement |
createReifiedStatement()
create a ReifiedStatement corresponding to this Statement
|
AGModel |
getModel() |
static com.hp.hpl.jena.rdf.model.Statement |
toStatement(com.hp.hpl.jena.graph.Triple t,
AGModel eg)
create a Statement from the triple _t_ in the enhanced graph _eg_.
|
asResource, asTriple, asTriples, createObject, createReifiedStatement, equals, getAlt, getBag, getLiteral, getObject, getPredicate, getProperty, getResource, getResource, getSeq, getStatementProperty, getSubject, hashCode, isReified, listReifiedStatements, remove, removeReification, toStatement
changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeObject, changeObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getShort, getString, getWellFormed, hasWellFormedXML, toString
changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeObject, changeObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getShort, getString, hasWellFormedXML
public AGStatement(com.hp.hpl.jena.rdf.model.Resource subject, com.hp.hpl.jena.rdf.model.Property predicate, com.hp.hpl.jena.rdf.model.RDFNode object)
public AGStatement(com.hp.hpl.jena.rdf.model.Resource subject, com.hp.hpl.jena.rdf.model.Property predicate, com.hp.hpl.jena.rdf.model.RDFNode object, AGModel model)
public AGModel getModel()
getModel
in interface com.hp.hpl.jena.rdf.model.Statement
getModel
in class com.hp.hpl.jena.rdf.model.impl.StatementBase
public com.hp.hpl.jena.rdf.model.ReifiedStatement createReifiedStatement()
createReifiedStatement
in interface com.hp.hpl.jena.rdf.model.Statement
createReifiedStatement
in class com.hp.hpl.jena.rdf.model.impl.StatementImpl
public static com.hp.hpl.jena.rdf.model.Statement toStatement(com.hp.hpl.jena.graph.Triple t, AGModel eg)