public interface FormulaFactory<F extends LTLFormula>
| Modifier and Type | Method and Description |
|---|---|
F |
Always(F f) |
F |
And(F sx,
F dx) |
F |
create(char type,
F left,
F right,
java.lang.String label) |
F |
Equal(F lf,
F rf) |
F |
Eventually(F f) |
F |
False() |
F |
Implies(F sx,
F dx) |
F |
Next(F f) |
F |
Not(F f) |
F |
Or(F sx,
F dx) |
F |
Proposition(java.lang.String name) |
F |
Release(F sx,
F dx) |
F |
True() |
F |
Until(F sx,
F dx) |
F |
WNext(F f) |
F |
WRelease(F sx,
F dx) |
F |
WUntil(F sx,
F dx) |