|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MemValue
A MemoryStore-specific extension of the Value interface, giving it node properties.
| Field Summary | |
|---|---|
static MemStatementList |
EMPTY_LIST
A shared empty MemStatementList that is returned by MemURI and MemBNode to represent an empty list. |
| Method Summary | |
|---|---|
void |
addObjectStatement(MemStatement st)
Adds a statement to this MemValue's list of statements for which it is the object. |
Object |
getCreator()
Returns the object that created this MemValue. |
int |
getObjectStatementCount()
Gets the number of statements for which this MemValue is the object. |
MemStatementList |
getObjectStatementList()
Gets the list of statements for which this MemValue is the object. |
void |
removeObjectStatement(MemStatement st)
Removes a statement from this MemValue's list of statements for which it is the object. |
| Methods inherited from interface org.openrdf.model.Value |
|---|
stringValue |
| Field Detail |
|---|
static final MemStatementList EMPTY_LIST
| Method Detail |
|---|
Object getCreator()
MemStatementList getObjectStatementList()
int getObjectStatementCount()
void addObjectStatement(MemStatement st)
void removeObjectStatement(MemStatement st)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||