| Package | Description |
|---|---|
| org.processmining.ltl2automaton.plugins.formula | |
| org.processmining.ltl2automaton.plugins.ltl |
| Modifier and Type | Class and Description |
|---|---|
class |
Formula |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormulaFactory<F extends LTLFormula> |
class |
Parser<F extends LTLFormula> |
| Modifier and Type | Field and Description |
|---|---|
protected LTLFormula |
LTLFormula.left |
protected LTLFormula |
LTLFormula.right |
| Modifier and Type | Method and Description |
|---|---|
LTLFormula |
LTLFormula.clone() |
LTLFormula |
LTLFormula.getLeft() |
LTLFormula |
LTLFormula.getRight() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LTLFormula.setLeft(LTLFormula left) |
protected void |
LTLFormula.setRight(LTLFormula right) |
| Constructor and Description |
|---|
LTLFormula(char c,
LTLFormula lf,
LTLFormula rf,
java.lang.String n) |