Package owl.translations
Class LTL2DAFunction
- java.lang.Object
-
- owl.translations.LTL2DAFunction
-
- All Implemented Interfaces:
Function<LabelledFormula,Automaton<?,?>>
public final class LTL2DAFunction extends Object implements Function<LabelledFormula,Automaton<?,?>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LTL2DAFunction.Constructions
-
Constructor Summary
Constructors Constructor Description LTL2DAFunction(Environment environment, boolean onTheFly, EnumSet<LTL2DAFunction.Constructions> allowedConstructions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Automaton<?,?>
apply(LabelledFormula formula)
-
-
-
Constructor Detail
-
LTL2DAFunction
public LTL2DAFunction(Environment environment, boolean onTheFly, EnumSet<LTL2DAFunction.Constructions> allowedConstructions)
-
-
Method Detail
-
apply
public Automaton<?,?> apply(LabelledFormula formula)
- Specified by:
apply
in interfaceFunction<LabelledFormula,Automaton<?,?>>
-
-