|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectforge.solve.ForgeSolution
public final class ForgeSolution
A solution that includes coverage information when it is unsatisfiable.
| Method Summary | |
|---|---|
ForgeCFG |
code()
|
Coverage |
coverage()
Return the statements covered by the analysis if unsatisfiable; otherwise null. |
java.lang.Object |
kkFormula()
Returns set of Kodkod formula solved. |
ForgeProgram |
program()
|
boolean |
satisfiable()
Returns true iff the solver found a satisfying trace. |
ForgeCFG.Spec |
spec()
|
java.lang.String |
toString()
|
Trace |
trace()
Returns the satisfying trace if unsatisfiable; otherwise null. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public ForgeProgram program()
public ForgeCFG code()
public ForgeCFG.Spec spec()
public java.lang.Object kkFormula()
public boolean satisfiable()
public Trace trace()
public Coverage coverage()
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 | ||||||||