OwlModule
, Transformer
, Transformer.Instance
public class ImplicitMinimizeTransformer extends Transformers.SimpleTransformer
Transformer.Instance
Modifier and Type | Field | Description |
---|---|---|
static OwlModuleParser.TransformerParser |
CLI |
Constructor | Description |
---|---|
ImplicitMinimizeTransformer() |
|
ImplicitMinimizeTransformer(MinimizationUtil.MinimizationLevel level) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
transform(java.lang.Object object,
PipelineExecutionContext context) |
Applies the transformation represented by this transformer to the given object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeTransformer
create
public static final OwlModuleParser.TransformerParser CLI
public ImplicitMinimizeTransformer()
public ImplicitMinimizeTransformer(MinimizationUtil.MinimizationLevel level)
public java.lang.Object transform(java.lang.Object object, PipelineExecutionContext context)
Transformer.Instance