|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.model.impl.BNodeImpl
org.openrdf.sesame.sailimpl.rdbms.model.IdBNode
| Constructor Summary | |
IdBNode(RdfSource source,
String nodeID,
int internalId)
|
|
| Method Summary | |
void |
addProperty(URI property,
Value value)
Adds a property to this Resource in the RDF graph. |
int |
getInternalId()
Gets the ID that is used in the RDBMS for this Value. |
StatementIterator |
getObjectStatements()
Gets all statements from the RDF graph for which this value is the object. |
RdfSource |
getRdfSource()
Returns the RdfSource that contains this IdValue. |
StatementIterator |
getSubjectStatements()
Gets all statements from the RDF graph for which this resource is the subject. |
void |
setInternalId(int internalId)
|
| Methods inherited from class org.openrdf.model.impl.BNodeImpl |
compareTo, equals, getID, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Constructor Detail |
public IdBNode(RdfSource source,
String nodeID,
int internalId)
| Method Detail |
public RdfSource getRdfSource()
IdValue
getRdfSource in interface IdValuepublic int getInternalId()
IdValue
getInternalId in interface IdValuepublic void setInternalId(int internalId)
public StatementIterator getSubjectStatements()
throws GraphException
Resource
getSubjectStatements in interface ResourcegetSubjectStatements in class BNodeImplGraphException
public StatementIterator getObjectStatements()
throws GraphException
Value
getObjectStatements in interface ValuegetObjectStatements in class BNodeImplGraphException
public void addProperty(URI property,
Value value)
throws GraphException
Resource
addProperty in interface ResourceaddProperty in class BNodeImplGraphException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||