public static interface MachineCommandInputTranslator.InputCustomizer
| Modifier and Type | Method and Description |
|---|---|
void |
additionalFromActions(de.iip_ecosphere.platform.connectors.model.ModelAccess access,
MachineCommand data)
Performs additional actions during
MachineCommandInputTranslator.from(MachineCommand), e.g.,
to access structures in the information model. |
String |
getQNameOperationStartMachine()
Returns the qualified name of the command operation to start the machine.
|
String |
getQNameOperationStopMachine()
Returns the qualified name of the command operation to stop the machine.
|
String |
getQNameVarLotSize()
Returns the qualified name of the command operation to access the lot size.
|
String |
getTopLevelModelPartName()
Returns a valid top-level model part name.
|
String getQNameOperationStartMachine()
String getQNameOperationStopMachine()
String getQNameVarLotSize()
String getTopLevelModelPartName()
void additionalFromActions(de.iip_ecosphere.platform.connectors.model.ModelAccess access,
MachineCommand data)
throws IOException
MachineCommandInputTranslator.from(MachineCommand), e.g.,
to access structures in the information model.access - the model access instancedata - the data object being handledIOException - if model access failsCopyright © 2022. All rights reserved.