Package owl.translations.modules
Class LTL2DRAModule
- java.lang.Object
-
- owl.translations.modules.LTL2DRAModule
-
- All Implemented Interfaces:
OwlModuleParser<Transformer>,OwlModuleParser.TransformerParser
public final class LTL2DRAModule 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 LTL2DRAModuleINSTANCE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetKey()org.apache.commons.cli.OptionsgetOptions()static voidmain(String... args)Transformerparse(org.apache.commons.cli.CommandLine commandLine)
-
-
-
Field Detail
-
INSTANCE
public static final LTL2DRAModule INSTANCE
-
-
Method Detail
-
getKey
public String getKey()
-
getDescription
public String getDescription()
-
parse
public Transformer parse(org.apache.commons.cli.CommandLine commandLine)
-
main
public static void main(String... args)
-
getOptions
public org.apache.commons.cli.Options getOptions()
- Specified by:
getOptionsin interfaceOwlModuleParser<Transformer>
-
-