Package owl.translations.ltl2dra
Class SymmetricDRAConstruction<R extends GeneralizedRabinAcceptance>
- java.lang.Object
-
- owl.translations.ltl2dra.SymmetricDRAConstruction<R>
-
- All Implemented Interfaces:
Function<LabelledFormula,Automaton<SymmetricRankingState,R>>
public final class SymmetricDRAConstruction<R extends GeneralizedRabinAcceptance> extends Object implements Function<LabelledFormula,Automaton<SymmetricRankingState,R>>
Implements the construction ofBibliography.LICS_18
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Automaton<SymmetricRankingState,R>
apply(LabelledFormula formula)
static <R extends GeneralizedRabinAcceptance>
SymmetricDRAConstruction<R>of(Class<R> clazz, boolean optimizeInitialState)
-
-
-
Method Detail
-
of
public static <R extends GeneralizedRabinAcceptance> SymmetricDRAConstruction<R> of(Class<R> clazz, boolean optimizeInitialState)
-
apply
public Automaton<SymmetricRankingState,R> apply(LabelledFormula formula)
- Specified by:
apply
in interfaceFunction<LabelledFormula,Automaton<SymmetricRankingState,R extends GeneralizedRabinAcceptance>>
-
-