Package owl.ltl.rewriter
Class SimplifierTransformer
- java.lang.Object
-
- owl.run.modules.Transformers.SimpleTransformer
-
- owl.ltl.rewriter.SimplifierTransformer
-
- All Implemented Interfaces:
OwlModule,Transformer,Transformer.Instance
public final class SimplifierTransformer extends Transformers.SimpleTransformer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface owl.run.modules.Transformer
Transformer.Instance
-
-
Field Summary
Fields Modifier and Type Field Description static OwlModuleParser.TransformerParserCLI
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objecttransform(Object object, PipelineExecutionContext context)Applies the transformation represented by this transformer to the given object.-
Methods inherited from class owl.run.modules.Transformers.SimpleTransformer
create
-
-
-
-
Field Detail
-
CLI
public static final OwlModuleParser.TransformerParser CLI
-
-
Method Detail
-
transform
public Object transform(Object object, PipelineExecutionContext context)
Description copied from interface:Transformer.InstanceApplies the transformation represented by this transformer to the given object.
-
-