EMPTY_LIST
Modifier and Type | Method and Description |
---|---|
void |
addContextStatement(MemStatement st)
Adds a statement to this MemResource's list of statements for which
it represents the context.
|
void |
addSubjectStatement(MemStatement st)
Adds a statement to this MemResource's list of statements for which it
is the subject.
|
void |
cleanSnapshotsFromContextStatements(int currentSnapshot)
Removes statements from old snapshots (those that have expired at or
before the specified snapshot version) from this MemValue's list of
statements for which it is the context.
|
void |
cleanSnapshotsFromSubjectStatements(int currentSnapshot)
Removes statements from old snapshots (those that have expired at or
before the specified snapshot version) from this MemValue's list of
statements for which it is the subject.
|
int |
getContextStatementCount()
Gets the number of statements for which this MemResource represents the
context.
|
MemStatementList |
getContextStatementList()
Gets the list of statements for which this MemResource represents the
context.
|
int |
getSubjectStatementCount()
Gets the number of statements for which this MemResource is the subject.
|
MemStatementList |
getSubjectStatementList()
Gets the list of statements for which this MemResource is the subject.
|
void |
removeContextStatement(MemStatement st)
Removes a statement from this MemResource's list of statements for which
it represents the context.
|
void |
removeSubjectStatement(MemStatement st)
Removes a statement from this MemResource's list of statements for which
it is the subject.
|
addObjectStatement, cleanSnapshotsFromObjectStatements, getCreator, getObjectStatementCount, getObjectStatementList, hasStatements, removeObjectStatement
stringValue
MemStatementList getSubjectStatementList()
int getSubjectStatementCount()
void addSubjectStatement(MemStatement st)
void removeSubjectStatement(MemStatement st)
void cleanSnapshotsFromSubjectStatements(int currentSnapshot)
currentSnapshot
- The current snapshot version.MemStatementList getContextStatementList()
int getContextStatementCount()
void addContextStatement(MemStatement st)
void removeContextStatement(MemStatement st)
void cleanSnapshotsFromContextStatements(int currentSnapshot)
currentSnapshot
- The current snapshot version.Copyright © 2001-2016 Aduna. All Rights Reserved.