| Package | Description |
|---|---|
| de.rwth.i2.attestor |
This package provides the LTL parsing functionality as well as the methods to walk an LTL formula
according to the tableau method.
|
| de.rwth.i2.attestor.generated.analysis | |
| de.rwth.i2.attestor.generated.node |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.HashBiMap<Node,ANextLtlform> |
FormulaWalker.getAdditionalNextFormulae() |
ArrayList<Node> |
FormulaWalker.getSuccessors() |
ArrayList<Node> |
LTLFormula.getTableauSubformulae(Node node)
This procedure returns the subformulae of the formula associated with node,
that are to be considered by the tableau method in the current step.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Node> |
LTLFormula.getTableauSubformulae(Node node)
This procedure returns the subformulae of the formula associated with node,
that are to be considered by the tableau method in the current step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnalysisAdapter.defaultCase(Node node) |
void |
DepthFirstAdapter.defaultIn(Node node) |
void |
ReversedDepthFirstAdapter.defaultIn(Node node) |
void |
DepthFirstAdapter.defaultOut(Node node) |
void |
ReversedDepthFirstAdapter.defaultOut(Node node) |
Object |
Analysis.getIn(Node node) |
Object |
AnalysisAdapter.getIn(Node node) |
Object |
Analysis.getOut(Node node) |
Object |
AnalysisAdapter.getOut(Node node) |
void |
Analysis.setIn(Node node,
Object o) |
void |
AnalysisAdapter.setIn(Node node,
Object o) |
void |
Analysis.setOut(Node node,
Object o) |
void |
AnalysisAdapter.setOut(Node node,
Object o) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Node> |
Node.cloneList(List<T> list) |
protected <T extends Node> |
Node.cloneNode(T node) |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.parent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.replaceBy(Node node) |
protected String |
Node.toString(Node node) |
Copyright © 2018. All rights reserved.