| Package | Description |
|---|---|
| org.processmining.ltl2automaton.plugins | |
| org.processmining.ltl2automaton.plugins.formula.conjunction |
| Modifier and Type | Method and Description |
|---|---|
Conjunction |
LTL2Automaton.translate(java.util.Collection<Formula> formulas,
boolean factorize) |
Conjunction |
LTL2Automaton.translate(Formula formula,
boolean factorize) |
Conjunction |
LTL2Automaton.translate(java.lang.String ltl,
boolean factorize) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConjunctionFactory<T extends Conjunction> |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupedTreeConjunction |
class |
PartitionedConjunction |
class |
QuickAddConjunction |
class |
SizeSortedTreeConjunction
Note: All the hard work happens when inserting into the sorted set (the comparator extracts the
automaton).
|
class |
UnsortedTreeConjunction |