See: Description
| Class | Description |
|---|---|
| APCollector |
Created by christina on 08.09.17.
|
| FormulaWalker |
The LTL formula interpreter, that is tailored to the tableau method for
model checking.
|
| LTLFormula |
Holds an LTL formula, its corresponding AST obtained from parsing, and
its formula walker.
|
| NegationPusher |
The negation pusher walks the AST and pushes any negation inside until there is
only negation at term level.
|
| OperatorEliminator |
This class implements the AST walker, that transforms finally, globally and implication
into their equivalents in PNF.
|
Copyright © 2018. All rights reserved.