Package owl.translations.modules
Class LTL2DPAModule
- java.lang.Object
-
- owl.translations.modules.LTL2DPAModule
-
public final class LTL2DPAModule extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static OwlModule<OwlModule.Transformer>
MODULE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String... args)
static Function<LabelledFormula,Automaton<?,ParityAcceptance>>
translation(Environment environment, boolean useSymmetric, boolean useComplement, boolean usePortfolio)
-
-
-
Field Detail
-
MODULE
public static final OwlModule<OwlModule.Transformer> MODULE
-
-
Method Detail
-
main
public static void main(String... args) throws IOException
- Throws:
IOException
-
translation
public static Function<LabelledFormula,Automaton<?,ParityAcceptance>> translation(Environment environment, boolean useSymmetric, boolean useComplement, boolean usePortfolio)
-
-