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