Uses of Interface
com.atgenomix.seqslab.piper.plugin.api.transformer.Transformer
-
Uses of Transformer in com.atgenomix.seqslab.piper.plugin.api.transformer
Modifier and TypeInterfaceDescriptioninterface
A mix-in interface forTransformer
.interface
A mix-in interface forTransformer
.Modifier and TypeMethodDescriptionTransformerSupport.createTransformer
(PluginContext pluginContext, OperatorContext operatorContext) Returns a transformer operator with specific plugin context and operator context that is created and initialized by SeqsLab workflow engine.Transformer.init
(int cpuCores, int memPerCore) Initializes this operator.