| Package | Description |
|---|---|
| de.rwth.i2.attestor.phases.modelChecking.modelChecker |
This package implements the model checking tableau method from
|
| Modifier and Type | Method and Description |
|---|---|
Assertion |
Assertion.getParent() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<Assertion> |
ProofStructure.getLeaves() |
HashSet<Assertion> |
ProofStructure.getSuccessors(Assertion current) |
HashSet<Assertion> |
ProofStructure.getVertices() |
| Modifier and Type | Method and Description |
|---|---|
HashSet<Assertion> |
ProofStructure.getSuccessors(Assertion current) |
| Constructor and Description |
|---|
Assertion(Assertion assertion)
This constructor returns a new assertion as a copy of the provided one.
|
Assertion(int progState,
Assertion parent) |
Assertion(int progState,
Assertion parent,
boolean isContainedInTrace)
This constructor returns a new assertion as a copy of the provided one.
|
Assertion(int progState,
Assertion parent,
de.rwth.i2.attestor.LTLFormula formula) |
Copyright © 2018. All rights reserved.