Package owl.translations.ltl2nba
Class SymmetricNBAConstruction<B extends GeneralizedBuchiAcceptance>
- java.lang.Object
-
- owl.translations.ltl2nba.SymmetricNBAConstruction<B>
-
- All Implemented Interfaces:
Function<LabelledFormula,Automaton<Either<Formula,ProductState>,B>>
public final class SymmetricNBAConstruction<B extends GeneralizedBuchiAcceptance> extends Object implements Function<LabelledFormula,Automaton<Either<Formula,ProductState>,B>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Automaton<Either<Formula,ProductState>,B>
apply(LabelledFormula input)
static <B extends GeneralizedBuchiAcceptance>
Function<LabelledFormula,Automaton<Either<Formula,ProductState>,B>>of(Class<B> clazz)
-
-
-
Method Detail
-
of
public static <B extends GeneralizedBuchiAcceptance> Function<LabelledFormula,Automaton<Either<Formula,ProductState>,B>> of(Class<B> clazz)
-
apply
public Automaton<Either<Formula,ProductState>,B> apply(LabelledFormula input)
- Specified by:
apply
in interfaceFunction<LabelledFormula,Automaton<Either<Formula,ProductState>,B extends GeneralizedBuchiAcceptance>>
-
-