public class MidiFileInput extends ModelStep
ModelStep.ParameterError
configureParameters, label
Constructor and Description |
---|
MidiFileInput() |
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> inputValues)
Execute the step, for interpret engine
|
ModelParameter[] |
getAllParametersByRef()
Get the parameter list reference
|
java.lang.String |
getName() |
filterParameters, findModelParameterRefByName, getConfigureParametersByRef, getId, getInputParametersByRef, getLabel, getOutputParametersByRef, getParameterByName, getScheduleOrder, isConfigured, setId, setLabel, toString, validateConfigValues, validateParameterValues
public ModelParameter[] getAllParametersByRef()
ModelStep
getAllParametersByRef
in class ModelStep
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> inputValues) throws java.lang.Exception
ModelStep