Package owl.translations.ltl2dra
Class NormalformDRAConstruction<R extends GeneralizedRabinAcceptance>
- java.lang.Object
-
- owl.translations.ltl2dra.NormalformDRAConstruction<R>
-
- All Implemented Interfaces:
Function<LabelledFormula,Automaton<?,? extends R>>
public final class NormalformDRAConstruction<R extends GeneralizedRabinAcceptance> extends Object implements Function<LabelledFormula,Automaton<?,? extends R>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Automaton<?,? extends R>
apply(LabelledFormula formula)
static <R extends GeneralizedRabinAcceptance>
NormalformDRAConstruction<R>of(Class<R> acceptanceClass, boolean dualConstruction)
-
-
-
Method Detail
-
of
public static <R extends GeneralizedRabinAcceptance> NormalformDRAConstruction<R> of(Class<R> acceptanceClass, boolean dualConstruction)
-
apply
public Automaton<?,? extends R> apply(LabelledFormula formula)
- Specified by:
apply
in interfaceFunction<LabelledFormula,Automaton<?,? extends R extends GeneralizedRabinAcceptance>>
-
-