|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectforge.solve.Trace
public final class Trace
A trace of a Forge procedure, a series of steps.
Method Summary | |
---|---|
ForgeCFG |
cfg()
Returns the cfg to which this element belongs. |
ForgeConstant |
evaluate(ForgeExpression expr)
|
boolean |
evaluateBool(ForgeExpression expr)
|
int |
evaluateInt(ForgeExpression expr)
|
Binding |
finalBind()
|
Binding |
initialBind()
|
java.lang.Object |
kkInstance()
Returns the Kodkod instance from which this trace was created. |
ForgeProgram |
program()
Returns the program to which this element belongs. |
java.util.List<Step> |
steps()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.Object kkInstance()
public ForgeProgram program()
ProgramElement
program
in interface ProgramElement
public ForgeCFG cfg()
CFGElement
cfg
in interface CFGElement
public Binding initialBind()
public Binding finalBind()
public java.util.List<Step> steps()
public ForgeConstant evaluate(ForgeExpression expr)
public boolean evaluateBool(ForgeExpression expr)
public int evaluateInt(ForgeExpression expr)
public 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 |