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<?,?>>
-
-
Constructor Summary
Constructors Constructor Description LTL2DAFunction(Class<? extends OmegaAcceptance> acceptance, Environment environment)
LTL2DAFunction(Environment environment)
-
-
-
Constructor Detail
-
LTL2DAFunction
public LTL2DAFunction(Environment environment)
-
LTL2DAFunction
public LTL2DAFunction(Class<? extends OmegaAcceptance> acceptance, Environment environment)
-
-
Method Detail
-
apply
public Automaton<?,?> apply(LabelledFormula formula)
- Specified by:
apply
in interfaceFunction<LabelledFormula,Automaton<?,?>>
-
-