Package owl.translations.modules
Class LTL2LDGBAModule
- java.lang.Object
-
- owl.translations.modules.LTL2LDGBAModule
-
- All Implemented Interfaces:
OwlModuleParser<Transformer>
,OwlModuleParser.TransformerParser
public final class LTL2LDGBAModule extends Object
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface owl.run.modules.OwlModuleParser
OwlModuleParser.ReaderParser, OwlModuleParser.TransformerParser, OwlModuleParser.WriterParser
-
-
Field Summary
Fields Modifier and Type Field Description static LTL2LDGBAModule
INSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getKey()
org.apache.commons.cli.Options
getOptions()
static void
main(String... args)
Transformer
parse(org.apache.commons.cli.CommandLine commandLine)
-
-
-
Field Detail
-
INSTANCE
public static final LTL2LDGBAModule INSTANCE
-
-
Method Detail
-
main
public static void main(String... args)
-
parse
public Transformer parse(org.apache.commons.cli.CommandLine commandLine)
-
getKey
public String getKey()
-
getDescription
public String getDescription()
-
getOptions
public org.apache.commons.cli.Options getOptions()
- Specified by:
getOptions
in interfaceOwlModuleParser<Transformer>
-
-