Package owl.translations.delag
Class DelagBuilder
- java.lang.Object
-
- owl.translations.delag.DelagBuilder
-
- All Implemented Interfaces:
Function<LabelledFormula,Automaton<State<Integer>,? extends EmersonLeiAcceptance>>
public class DelagBuilder extends Object implements Function<LabelledFormula,Automaton<State<Integer>,? extends EmersonLeiAcceptance>>
-
-
Constructor Summary
Constructors Constructor Description DelagBuilder(Function<? super LabelledFormula,? extends Automaton<?,?>> fallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Automaton<State<Integer>,EmersonLeiAcceptance>
apply(LabelledFormula inputFormula)
-
-
-
Constructor Detail
-
DelagBuilder
public DelagBuilder(Function<? super LabelledFormula,? extends Automaton<?,?>> fallback)
-
-
Method Detail
-
apply
public Automaton<State<Integer>,EmersonLeiAcceptance> apply(LabelledFormula inputFormula)
- Specified by:
apply
in interfaceFunction<LabelledFormula,Automaton<State<Integer>,? extends EmersonLeiAcceptance>>
-
-