public class VirtualBookDemultiplexer extends BaseVirtualBookModelStep
ModelStep.ParameterError
baseLabel, CONFIG_SCALE, parameters
console
configureParameters, label
Constructor and Description |
---|
VirtualBookDemultiplexer() |
Modifier and Type | Method and Description |
---|---|
void |
applyConfig()
This method adapt parameters from the configuration, this method is
called after config parameters has been adjusted
usually this method modify the getInputParametersByRef and
getOutputParametersByRef return
|
java.util.Map<AbstractParameter,java.lang.Object> |
execute(java.util.Map<AbstractParameter,java.lang.Object> values)
Execute the step, for interpret engine
|
getAllParametersByRef, getLabel, getName
defineContext, log, log
filterParameters, findModelParameterRefByName, getConfigureParametersByRef, getId, getInputParametersByRef, getOutputParametersByRef, getParameterByName, getScheduleOrder, isConfigured, setId, setLabel, toString, validateConfigValues, validateParameterValues
public VirtualBookDemultiplexer() throws java.lang.Exception
java.lang.Exception
public void applyConfig() throws java.lang.Exception
ModelStep
applyConfig
in class ModelStep
java.lang.Exception
public java.util.Map<AbstractParameter,java.lang.Object> execute(java.util.Map<AbstractParameter,java.lang.Object> values) throws java.lang.Exception
ModelStep
execute
in class BaseVirtualBookModelStep
java.lang.Exception