Uses of Class
test.de.iip_ecosphere.platform.connectors.MachineCommand
-
Uses of MachineCommand in test.de.iip_ecosphere.platform.connectors
Methods in test.de.iip_ecosphere.platform.connectors that return types with arguments of type MachineCommandModifier and TypeMethodDescriptionprotected abstract de.iip_ecosphere.platform.connectors.Connector<D, Object, MachineData, MachineCommand> AbstractInformationModelConnectorTest.createConnector(de.iip_ecosphere.platform.connectors.types.ProtocolAdapter<D, Object, MachineData, MachineCommand> adapter) Creates the connector to be tested.Class<? extends MachineCommand> MachineCommandInputTranslator.getTargetType()Methods in test.de.iip_ecosphere.platform.connectors with parameters of type MachineCommandModifier and TypeMethodDescriptionvoidMachineCommandInputTranslator.InputCustomizer.additionalFromActions(de.iip_ecosphere.platform.connectors.model.ModelAccess access, MachineCommand data) Performs additional actions duringMachineCommandInputTranslator.from(MachineCommand), e.g., to access structures in the information model.MachineCommandInputTranslator.from(MachineCommand data) Method parameters in test.de.iip_ecosphere.platform.connectors with type arguments of type MachineCommandModifier and TypeMethodDescriptionprotected abstract voidAbstractInformationModelConnectorTest.afterActions(de.iip_ecosphere.platform.connectors.Connector<D, Object, MachineData, MachineCommand> connector) Do additional actions after testing.protected abstract de.iip_ecosphere.platform.connectors.Connector<D, Object, MachineData, MachineCommand> AbstractInformationModelConnectorTest.createConnector(de.iip_ecosphere.platform.connectors.types.ProtocolAdapter<D, Object, MachineData, MachineCommand> adapter) Creates the connector to be tested.