|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is a callback interface for the implementations of
Computation.
Offers restricted access to internal node organization of the
DataManager.
for a Computation.
| Method Summary | |
java.util.Set |
getIndexSet(int indexOfSource,
Context context)
Returns a set of all index values of the source node with the given index by applying the given context. |
int |
getSourceCount()
|
java.lang.Object |
getSourceValue(int indexOfSource,
Context context)
Returns the value of the source node with the given index. |
void |
setSourceValue(int indexOfSource,
Context context,
java.lang.Object newValue)
Sets the (indexed) value of the source node with the given index by applying the given context |
| Method Detail |
public java.lang.Object getSourceValue(int indexOfSource,
Context context)
indexOfSource - the index of the source node
in the order defined by the Node.getSourceNodeKeys()context - the context to access the source value
public java.util.Set getIndexSet(int indexOfSource,
Context context)
indexOfSource - the index of the source node
in the order defined by the Node.getSourceNodeKeys()context - the context to access the source value
public void setSourceValue(int indexOfSource,
Context context,
java.lang.Object newValue)
indexOfSource - the index of the source node
in the order defined by the Node.getSourceNodeKeys()context - the context to access the source valuenewValue - the value to be setpublic int getSourceCount()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||