com.hp.hpl.deli
Class ExtendedStatement

java.lang.Object
  extended bycom.hp.hpl.jena.rdf.model.impl.StatementBase
      extended bycom.hp.hpl.jena.rdf.model.impl.StatementImpl
          extended bycom.hp.hpl.deli.ExtendedStatement
All Implemented Interfaces:
com.hp.hpl.jena.graph.FrontsTriple, com.hp.hpl.jena.rdf.model.Statement

class ExtendedStatement
extends com.hp.hpl.jena.rdf.model.impl.StatementImpl


Field Summary
 
Fields inherited from class com.hp.hpl.jena.rdf.model.impl.StatementImpl
empty, object, predicate, subject
 
Fields inherited from class com.hp.hpl.jena.rdf.model.impl.StatementBase
model
 
Constructor Summary
ExtendedStatement(com.hp.hpl.jena.rdf.model.Statement s, com.hp.hpl.jena.rdf.model.Model m)
           
 
Method Summary
protected  java.lang.String determineCollectionType()
           
protected  com.hp.hpl.jena.rdf.model.StmtIterator getContainer(java.lang.String container)
           
protected  com.hp.hpl.jena.rdf.model.NodeIterator getContainerIterator()
           
 
Methods inherited from class com.hp.hpl.jena.rdf.model.impl.StatementImpl
asResource, asTriple, asTriples, createObject, createReifiedStatement, createReifiedStatement, equals, getAlt, getBag, getLiteral, getObject, getObject, getPredicate, getProperty, getResource, getResource, getSeq, getStatementProperty, getSubject, hashCode, isReified, listReifiedStatements, remove, removeReification, replace, toStatement
 
Methods inherited from class com.hp.hpl.jena.rdf.model.impl.StatementBase
changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getModel, getShort, getString, getWellFormed, mustBeResource, objectString, stringReplace, stringReplace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.rdf.model.Statement
changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, changeObject, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLanguage, getLong, getModel, getShort, getString, getWellFormed
 

Constructor Detail

ExtendedStatement

public ExtendedStatement(com.hp.hpl.jena.rdf.model.Statement s,
                         com.hp.hpl.jena.rdf.model.Model m)
                  throws java.lang.Exception
Method Detail

getContainerIterator

protected com.hp.hpl.jena.rdf.model.NodeIterator getContainerIterator()
                                                               throws java.lang.Exception
Throws:
java.lang.Exception

determineCollectionType

protected java.lang.String determineCollectionType()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

getContainer

protected com.hp.hpl.jena.rdf.model.StmtIterator getContainer(java.lang.String container)
                                                       throws java.lang.Exception
Throws:
java.lang.Exception