Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGStatement

java.lang.Object
  extended by com.hp.hpl.jena.rdf.model.impl.StatementBase
      extended by com.hp.hpl.jena.rdf.model.impl.StatementImpl
          extended by com.franz.agraph.jena.AGStatement
All Implemented Interfaces:
com.hp.hpl.jena.graph.FrontsTriple, com.hp.hpl.jena.rdf.model.Statement

public class AGStatement
extends com.hp.hpl.jena.rdf.model.impl.StatementImpl


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hp.hpl.jena.rdf.model.Statement
com.hp.hpl.jena.rdf.model.Statement.Util
 
Constructor Summary
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)
           
 
Method Summary
 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_.
 
Methods inherited from class com.hp.hpl.jena.rdf.model.impl.StatementImpl
asResource, asTriple, asTriples, createObject, createReifiedStatement, equals, getAlt, getBag, getLiteral, getObject, getPredicate, getProperty, getResource, getResource, getSeq, getStatementProperty, getSubject, hashCode, isReified, listReifiedStatements, remove, removeReification, toStatement
 
Methods inherited from class com.hp.hpl.jena.rdf.model.impl.StatementBase
changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeObject, changeObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getShort, getString, getWellFormed, hasWellFormedXML, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.Statement
changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeLiteralObject, changeObject, changeObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getShort, getString, hasWellFormedXML
 

Constructor Detail

AGStatement

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)

AGStatement

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)
Method Detail

getModel

public AGModel getModel()
Specified by:
getModel in interface com.hp.hpl.jena.rdf.model.Statement
Overrides:
getModel in class com.hp.hpl.jena.rdf.model.impl.StatementBase

createReifiedStatement

public com.hp.hpl.jena.rdf.model.ReifiedStatement createReifiedStatement()
create a ReifiedStatement corresponding to this Statement

Specified by:
createReifiedStatement in interface com.hp.hpl.jena.rdf.model.Statement
Overrides:
createReifiedStatement in class com.hp.hpl.jena.rdf.model.impl.StatementImpl

toStatement

public 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_. The Statement has subject, predicate, and object corresponding to those of _t_.


Copyright © 2008-2012 Franz Inc.