AbstractPropertyTransformer<T extends AbstractPropertyTransformer<T,L,AP>,L,AP> |
Base class used to represent a property transformer, i.e., a function which maps a subset of formulas to a subset of
formulas.
|
ADDTransformer<L,AP> |
An ADDTransformer represents a property transformer for a single ADD (Algebraic Decision Diagram).
|
ADDTransformerSerializer<L,AP> |
|
BDDTransformer<L,AP> |
A BDDTransformer represents a property transformer for a list of BDDs (Binary Decision Diagrams), one per subformula.
|
BDDTransformerSerializer<L,AP> |
|
DiamondOperation<AP> |
Implementation of the diamond function.
|
DiamondOperationDeadlock<AP> |
Implementation of the diamond function when the node has exactly one successor.
|