|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.impl.EvaluationCallStack
public final class EvaluationCallStack
The call stack for an IProgrammableDataGenerator evaluation.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Field Summary | |
|---|---|
private java.util.List |
frameList
Stack frames |
private IDataGenerator |
origin
Generator that will hold the final result |
| Constructor Summary | |
|---|---|
EvaluationCallStack()
Creates a new call stack. |
|
EvaluationCallStack(IDataGenerator origin)
Creates a new call stack. |
|
| 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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private IDataGenerator origin
private java.util.List frameList
| Constructor Detail |
|---|
public EvaluationCallStack()
public EvaluationCallStack(IDataGenerator origin)
origin - Generator that will hold the final result| Method Detail |
|---|
public java.util.List getFrames()
getFrames in interface IEvaluationCallStackpublic IDataGenerator getOrigin()
getOrigin in interface IEvaluationCallStackpublic IProgrammableDataGenerator popFrame()
popFrame in interface IEvaluationCallStackpublic void pushFrame(IProgrammableDataGenerator generator)
pushFrame in interface IEvaluationCallStackgenerator - Stack framepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||