public class NewBookFrame extends TerminalParameterModelStep implements IModelStepContextAware
ModelStep.ParameterError
parameter
console
configureParameters, label
Constructor and Description |
---|
NewBookFrame() |
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
|
void |
defineContext(java.util.Map<java.lang.String,java.lang.Object> context) |
java.util.Map<AbstractParameter,java.lang.Object> |
execute(java.util.Map<AbstractParameter,java.lang.Object> values)
Execute the step, for interpret engine
|
java.lang.String |
getInstrumentName() |
java.lang.String |
getLabel()
Display name or label
|
ModelParameter[] |
getOutputParametersByRef() |
JConfigurePanel |
getUIToConfigureStep(JConfigurePanelEnvironment env)
this method is call if present, for the moment, due to dependencies, there
are no links between UI and core.
|
void |
setInstrumentName(java.lang.String instrumentName) |
void |
updateConfig() |
protected ModelStep.ParameterError[] |
validateConfigValues()
Internal method to check config values
|
getAllParametersByRef, getModelType, getName, getValue, isInput, isSink, refreshParameterFromConfiguration, setInput, setName, setType, setValue, toString
log, log
filterParameters, findModelParameterRefByName, getConfigureParametersByRef, getId, getInputParametersByRef, getParameterByName, getScheduleOrder, isConfigured, setId, setLabel, validateParameterValues
public NewBookFrame() throws java.lang.Exception
java.lang.Exception
public java.lang.String getLabel()
TerminalParameterModelStep
getLabel
in class TerminalParameterModelStep
public void defineContext(java.util.Map<java.lang.String,java.lang.Object> context)
defineContext
in interface IModelStepContextAware
defineContext
in class ModelStepWithConsole
public ModelParameter[] getOutputParametersByRef()
getOutputParametersByRef
in class ModelStep
public JConfigurePanel getUIToConfigureStep(JConfigurePanelEnvironment env)
env
- 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 TerminalParameterModelStep
java.lang.Exception
public java.lang.String getInstrumentName()
public void setInstrumentName(java.lang.String instrumentName)
public void applyConfig() throws java.lang.Exception
ModelStep
applyConfig
in class TerminalParameterModelStep
java.lang.Exception
public void updateConfig()
protected ModelStep.ParameterError[] validateConfigValues()
ModelStep
validateConfigValues
in class ModelStep