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