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
isResource
MemStatementList getSubjectStatementList()
int getSubjectStatementCount()
void addSubjectStatement(MemStatement st)
st
- void removeSubjectStatement(MemStatement st)
st
- void cleanSnapshotsFromSubjectStatements(int currentSnapshot)
currentSnapshot
- The current snapshot version.MemStatementList getContextStatementList()
int getContextStatementCount()
void addContextStatement(MemStatement st)
st
- void removeContextStatement(MemStatement st)
st
- void cleanSnapshotsFromContextStatements(int currentSnapshot)
currentSnapshot
- The current snapshot version.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.