Package owl.translations.ltl2dpa
Class SymbolicDPAConstruction
- java.lang.Object
-
- owl.translations.ltl2dpa.SymbolicDPAConstruction
-
- All Implemented Interfaces:
Function<LabelledFormula,SymbolicAutomaton<ParityAcceptance>>
public final class SymbolicDPAConstruction extends Object implements Function<LabelledFormula,SymbolicAutomaton<ParityAcceptance>>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SymbolicAutomaton<ParityAcceptance>
apply(LabelledFormula labelledFormula)
static SymbolicDPAConstruction
of()
-
-
-
Method Detail
-
of
public static SymbolicDPAConstruction of()
-
apply
public SymbolicAutomaton<ParityAcceptance> apply(LabelledFormula labelledFormula)
- Specified by:
apply
in interfaceFunction<LabelledFormula,SymbolicAutomaton<ParityAcceptance>>
-
-