Package owl.translations.modules
Class LTL2LDBAModule
- java.lang.Object
-
- owl.translations.modules.LTL2LDBAModule
-
public final class LTL2LDBAModule 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<?,BuchiAcceptance>>
translation(Environment environment, boolean useSymmetric, 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<?,BuchiAcceptance>> translation(Environment environment, boolean useSymmetric, boolean usePortfolio)
-
-