|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEvaluationCallStack
The call stack for an IProgrammableDataGenerator evaluation.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Method Summary | |
|---|---|
java.util.List |
getFrames()
A list of the stack frames. |
IDataGenerator |
getOrigin()
The generator that will hold the final result or null if this is not available. |
IProgrammableDataGenerator |
popFrame()
Removes the top frame from the stack. |
void |
pushFrame(IProgrammableDataGenerator generator)
Adds a new frame to the stack. |
| Method Detail |
|---|
java.util.List getFrames()
IDataGenerator getOrigin()
IProgrammableDataGenerator popFrame()
void pushFrame(IProgrammableDataGenerator generator)
generator - Stack frame
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||