public class ProofStructure extends Object
| Constructor and Description |
|---|
ProofStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(StateSpace statespace,
de.rwth.i2.attestor.LTLFormula formula)
This method builds the proof structure according to the tableau method (as depicted in
Jonathan's PhD thesis).
|
FailureTrace |
getFailureTrace() |
HashSet<Assertion> |
getLeaves() |
HashSet<Assertion> |
getSuccessors(Assertion current) |
HashSet<Assertion> |
getVertices() |
boolean |
isSuccessful() |
Integer |
size() |
public void build(StateSpace statespace, de.rwth.i2.attestor.LTLFormula formula)
statespace, - the (labelled) state space we want to check the formula forformula, - the ltl formula to checkpublic boolean isSuccessful()
public Integer size()
public FailureTrace getFailureTrace()
Copyright © 2019. All rights reserved.