Skip navigation links
A B C D E F G I J L M N O P R S T V W 

A

AbstractInformationModelConnectorTest<D> - Class in test.de.iip_ecosphere.platform.connectors
Implements a re-usable information model connector test.
AbstractInformationModelConnectorTest(Class<? extends D>) - Constructor for class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
Creates an instance and sets the internal data type.
AbstractInformationModelConnectorTest.Step - Enum in test.de.iip_ecosphere.platform.connectors
 
AbstractSerializingConnectorTest - Class in test.de.iip_ecosphere.platform.connectors
Generic re-usable test for serializing connectors, i.e., internal byte[] types.
AbstractSerializingConnectorTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
 
AbstractSerializingConnectorTest.ConnectorParameterConfigurer - Interface in test.de.iip_ecosphere.platform.connectors
Allows to configure the connector parameters.
add(String, String) - Method in class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomBaseFormatter
 
additionalFromActions(ModelAccess, MachineCommand) - Method in interface test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator.InputCustomizer
Performs additional actions during MachineCommandInputTranslator.from(MachineCommand), e.g., to access structures in the information model.
afterActions(Connector<D, Object, MachineData, MachineCommand>) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
Do additional actions after testing.
AllTests - Class in test.de.iip_ecosphere.platform.connectors
Defines the tests to be executed.
AllTests() - Constructor for class test.de.iip_ecosphere.platform.connectors.AllTests
 
assertAdditionalProperties(AbstractInformationModelConnectorTest.Step, MachineData) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
Asserts additional properties for the given step of testing.
assertBooleanProperty(boolean, SubmodelElementCollection, String) - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Asserts a boolean property on a sub-model element collection.
assertConnectorProperties(Connector<?, ?, ?, ?>) - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Tests the connector instance itself.
assertDescriptorRegistration(Class<? extends ConnectorDescriptor>) - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Asserts the registration of cls.
assertInstance(Connector<?, ?, ?, ?>, boolean) - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Checks the ConnectorRegistry whether connector is registered or not.
assertReferenceElement(boolean, SubmodelElementCollection, String) - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Asserts a reference element.
assertStringProperty(String, SubmodelElementCollection, String) - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Asserts a String property on a sub-model element collection.

B

block(AtomicInteger, int) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
Blocks until a certain number of (accumulated) receptions is reached or fails after 4s.

C

call(String, Object...) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
chunkCompleted() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomBaseFormatter
 
CMD_CHANNEL - Static variable in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
 
configure(ConnectorParameter.ConnectorParameterBuilder) - Method in interface test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest.ConnectorParameterConfigurer
Further setup/configuration of the builder.
configureTransportParameter(TransportParameter.TransportParameterBuilder) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Configures the transport parameters used to connect the instance from AbstractSerializingConnectorTest.createConnector(ChannelProtocolAdapter).
connectImpl(ConnectorParameter) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
connectImpl(ConnectorParameter) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
connectImpl(ConnectorParameter) - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
connectImpl(ConnectorParameter) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
Connector1(ProtocolAdapter<Object, Object, CO, CI>) - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
Creates an instance.
Connector1Descriptor() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1Descriptor
 
Connector2(ProtocolAdapter<byte[], byte[], CO, CI>) - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
Creates an instance.
Connector2Descriptor() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2Descriptor
 
ConnectorEventUtilsTest - Class in test.de.iip_ecosphere.platform.connectors
Tests ConnectorInputHandler.
ConnectorEventUtilsTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorEventUtilsTest
 
ConnectorEventUtilsTest.MyInputHandler - Class in test.de.iip_ecosphere.platform.connectors
Test input handler.
ConnectorParameterTest - Class in test.de.iip_ecosphere.platform.connectors
Tests ConnectorParameter and the related builder.
ConnectorParameterTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorParameterTest
 
ConnectorsAasTest - Class in test.de.iip_ecosphere.platform.connectors
Tests the connectors AAS.
ConnectorsAasTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
 
ConnectorsAasTest.Connector1<CO,CI> - Class in test.de.iip_ecosphere.platform.connectors
Implements a fake/mock connector with MachineConnector.
ConnectorsAasTest.Connector1Descriptor - Class in test.de.iip_ecosphere.platform.connectors
A test descriptor.
ConnectorsAasTest.Connector2<CO,CI> - Class in test.de.iip_ecosphere.platform.connectors
Implements a fake/mock connector without MachineConnector.
ConnectorsAasTest.Connector2Descriptor - Class in test.de.iip_ecosphere.platform.connectors
A test descriptor.
ConnectorsAasTest.DataIn1 - Class in test.de.iip_ecosphere.platform.connectors
Some input data.
ConnectorsAasTest.DataIn2 - Class in test.de.iip_ecosphere.platform.connectors
Some input data.
ConnectorsAasTest.DataOut1 - Class in test.de.iip_ecosphere.platform.connectors
Some output data.
ConnectorsAasTest.DataOut2 - Class in test.de.iip_ecosphere.platform.connectors
Some output data.
ConnectorTest - Class in test.de.iip_ecosphere.platform.connectors
Tests the defined classes through fake connectors.
ConnectorTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorTest
 
ConnectorTest.ModelInputTranslator - Class in test.de.iip_ecosphere.platform.connectors
Implements an input type translator for information-based tests.
ConnectorTest.ModelOutputTranslator - Class in test.de.iip_ecosphere.platform.connectors
Implements an output type translator for information-based tests.
ConnectorTest.MyStruct - Class in test.de.iip_ecosphere.platform.connectors
A simple struct for model-based connector tests.
createConnector(ProtocolAdapter<D, Object, MachineData, MachineCommand>) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
Creates the connector to be tested.
createConnector(ChannelProtocolAdapter<byte[], byte[], Product, Command>) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Creates the connector to be tested.
createConnector1Instance() - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Creates an instance of ConnectorsAasTest.Connector1.
createConnector2Instance() - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Creates an instance of ConnectorsAasTest.Connector1.
createConnectorParameter(ServerAddress, AbstractSerializingConnectorTest.ConnectorParameterConfigurer) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Creates the coonnector parameter instance.
createTestServer(ServerAddress, File) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Creates the test server to test against.
createTransportConnector() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Returns the transport connector to test against behind the test server.
createTransportParameter(ServerAddress, AbstractTransportConnectorTest.TransportParameterConfigurer) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Creates the transport parameter instance.
CustomBaseFormatter() - Constructor for class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomBaseFormatter
 
CustomBaseParser() - Constructor for class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomBaseParser
 
CustomExBaseFormatter(String) - Constructor for class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomExBaseFormatter
Creates an instance and sets the encoding.
CustomExBaseParser(String) - Constructor for class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomExBaseParser
Creates an instance and sets the encoding.
customizer - Variable in class test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator
 
customizer - Variable in class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
 

D

data - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataIn1
 
data - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.MyStruct
 
DataIn1() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataIn1
 
DataIn2() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataIn2
 
DataOut1() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataOut1
 
DataOut2() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataOut2
 
dataType - Variable in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
 
dData - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataIn2
 
Descriptor() - Constructor for class test.de.iip_ecosphere.platform.connectors.MyChannelConnector.Descriptor
 
Descriptor() - Constructor for class test.de.iip_ecosphere.platform.connectors.MyModelConnector.Descriptor
 
disconnectImpl() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
disconnectImpl() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
disconnectImpl() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
disconnectImpl() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
dispose() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
dispose() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
dispose() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
dispose() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
doTest(ServerAddress, AbstractSerializingConnectorTest.ConnectorParameterConfigurer) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Implements a MQTT connector test.
doubleValue - Variable in class test.de.iip_ecosphere.platform.connectors.ModelDataType
 

E

enabledEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
enabledEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
enabledEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
enabledEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
encoding - Variable in class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomExBaseFormatter
 
encoding - Variable in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomExBaseParser
 
Entry(Object, boolean) - Constructor for class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess.Entry
Creates an entry.
error(String, Throwable) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
error(String, Throwable) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
error(String, Throwable) - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
error(String, Throwable) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 

F

from(Command) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelInputTranslator
 
from(MachineCommand) - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator
 

G

get(String) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
getConfigDir() - Method in interface test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest.ConnectorParameterConfigurer
Returns the (specific) server configuration directory.
getConfigurer() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Returns the test configurer (for TLS tests).
getConnectorDescriptor() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
getConnectorDescriptor() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
getConnectorParameter() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
Returns the connector parameters for Connector.connect(ConnectorParameter).
getConnectorParameter() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
getConverter() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomBaseFormatter
 
getConverter() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomBaseParser
 
getDobuleValue() - Method in class test.de.iip_ecosphere.platform.connectors.ModelDataType
Returns the double value.
getEncoding() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest.CustomExBaseFormatter
Returns the encoding.
getEncoding() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomExBaseParser
Returns the encoding.
getIntValue() - Method in class test.de.iip_ecosphere.platform.connectors.ModelDataType
Returns the int value.
getLotSize() - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommand
The lot size to produce with.
getLotSize() - Method in class test.de.iip_ecosphere.platform.connectors.MachineData
Returns the actual lot size.
getModelOrdinal() - Method in enum test.de.iip_ecosphere.platform.connectors.MyEnum
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1Descriptor
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2Descriptor
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector.Descriptor
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.Descriptor
 
getName() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
getPowerConsumption() - Method in class test.de.iip_ecosphere.platform.connectors.MachineData
Returns the power consumption.
getQNameOperationStartMachine() - Method in interface test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator.InputCustomizer
Returns the qualified name of the command operation to start the machine.
getQNameOperationStopMachine() - Method in interface test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator.InputCustomizer
Returns the qualified name of the command operation to stop the machine.
getQNameVarLotSize() - Method in interface test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator.InputCustomizer
Returns the qualified name of the command operation to access the lot size.
getQNameVarLotSize() - Method in interface test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator.OutputCustomizer
Returns the qualified model name for accessing the machine's lot size.
getQNameVarPowerConsumption() - Method in interface test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator.OutputCustomizer
Returns the qualified model name for accessing the machine's power consumption.
getQSeparator() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
getSourceType() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelInputTranslator
 
getSourceType() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelOutputTranslator
 
getSourceType() - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator
 
getSourceType() - Method in class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
 
getStringValue() - Method in class test.de.iip_ecosphere.platform.connectors.ModelDataType
Returns the string value.
getStruct(String, Class<T>) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
getTargetType() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelInputTranslator
 
getTargetType() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelOutputTranslator
 
getTargetType() - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator
 
getTargetType() - Method in class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
 
getTopLevelModelPartName() - Method in interface test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator.InputCustomizer
Returns a valid top-level model part name.
getTopLevelModelPartName() - Method in interface test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator.OutputCustomizer
Returns a valid top-level model part name.
getType() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1Descriptor
 
getType() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2Descriptor
 
getType() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector.Descriptor
 
getType() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.Descriptor
 
getVendor() - Method in class test.de.iip_ecosphere.platform.connectors.MachineData
Returns the machine vendor name.
getVendor(ModelAccess) - Method in interface test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator.OutputCustomizer
Returns the machine vendor.

I

implementsEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Returns whether the connector implementation supports encryption.
init() - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Initializes this test.
initializeModelAccess() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelOutputTranslator
 
initializeModelAccess() - Method in class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
 
initializeModelAccess(ModelAccess, boolean) - Method in interface test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator.OutputCustomizer
intValue - Variable in class test.de.iip_ecosphere.platform.connectors.ModelDataType
 
isStart() - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommand
Returns whether the machine shall be started.
isStop() - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommand
Returns whether the machine shall be stopped.

J

JsonInputParserTest - Class in test.de.iip_ecosphere.platform.connectors
Tests JsonInputParser.
JsonInputParserTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.JsonInputParserTest
 
JsonOutputFormatterTest - Class in test.de.iip_ecosphere.platform.connectors
Tests JsonOutputFormatter.
JsonOutputFormatterTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.JsonOutputFormatterTest
 

L

LOGGER - Static variable in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
 
lotSize - Variable in class test.de.iip_ecosphere.platform.connectors.MachineCommand
 
lotSize - Variable in class test.de.iip_ecosphere.platform.connectors.MachineData
 

M

MachineCommand - Class in test.de.iip_ecosphere.platform.connectors
Some machine command for testing.
MachineCommand() - Constructor for class test.de.iip_ecosphere.platform.connectors.MachineCommand
 
MachineCommandInputTranslator<O> - Class in test.de.iip_ecosphere.platform.connectors
The machine command input translator for information-model based tests.
MachineCommandInputTranslator(Class<? extends O>, MachineCommandInputTranslator.InputCustomizer) - Constructor for class test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator
Creates a new machine command input translator.
MachineCommandInputTranslator.InputCustomizer - Interface in test.de.iip_ecosphere.platform.connectors
Customizer of this input translator.
MachineData - Class in test.de.iip_ecosphere.platform.connectors
Test class representing machine data from the information model.
MachineData(int, double, String) - Constructor for class test.de.iip_ecosphere.platform.connectors.MachineData
Creates a machine data object.
MachineDataOutputTranslator<S> - Class in test.de.iip_ecosphere.platform.connectors
The machine data output translator for information-model based tests.
MachineDataOutputTranslator(boolean, Class<? extends S>, MachineDataOutputTranslator.OutputCustomizer) - Constructor for class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
Creates instance.
MachineDataOutputTranslator.OutputCustomizer - Interface in test.de.iip_ecosphere.platform.connectors
A plugin to this translator to customize the translator towards specific capabilities of the test/connector.
model - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
ModelDataType - Class in test.de.iip_ecosphere.platform.connectors
Mimiks some form of model data type wrapping primitive types.
ModelDataType(int) - Constructor for class test.de.iip_ecosphere.platform.connectors.ModelDataType
Creates an instance for an int value.
ModelDataType(double) - Constructor for class test.de.iip_ecosphere.platform.connectors.ModelDataType
Creates an instance for a double value.
ModelDataType(String) - Constructor for class test.de.iip_ecosphere.platform.connectors.ModelDataType
Creates an instance for a String value.
ModelInputTranslator() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelInputTranslator
 
modelOrdinal - Variable in enum test.de.iip_ecosphere.platform.connectors.MyEnum
 
ModelOutputTranslator(boolean) - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelOutputTranslator
Creates an instance.
monitor(int, String...) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
monitorModelChanges(int) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
MyChannelConnector<CO,CI> - Class in test.de.iip_ecosphere.platform.connectors
Implements a testing connector.
MyChannelConnector(ChannelProtocolAdapter<byte[], byte[], CO, CI>) - Constructor for class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
Creates a channel connector instance.
MyChannelConnector.Descriptor - Class in test.de.iip_ecosphere.platform.connectors
The descriptor of this connector (see META-INF/services).
MyEnum - Enum in test.de.iip_ecosphere.platform.connectors
A test enum with model ordinal.
MyEnum(int) - Constructor for enum test.de.iip_ecosphere.platform.connectors.MyEnum
Creates an enum constant.
MyInputHandler() - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorEventUtilsTest.MyInputHandler
 
MyModelAccess(ConnectorParameter) - Constructor for class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
Creates an instance.
MyModelConnector<CO,CI> - Class in test.de.iip_ecosphere.platform.connectors
Implements a testing model connector.
MyModelConnector(ProtocolAdapter<Object, Object, CO, CI>...) - Constructor for class test.de.iip_ecosphere.platform.connectors.MyModelConnector
Creates a model connector instance.
MyModelConnector.Descriptor - Class in test.de.iip_ecosphere.platform.connectors
The descriptor of this connector (see META-INF/services).
MyModelConnector.MyModelAccess - Class in test.de.iip_ecosphere.platform.connectors
Mimics a simple model access instance.
MyModelConnector.MyModelAccess.Entry - Class in test.de.iip_ecosphere.platform.connectors
Represents a model entry.
MyStruct(String) - Constructor for class test.de.iip_ecosphere.platform.connectors.ConnectorTest.MyStruct
Creats an instance.

N

NAME - Static variable in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
NAME - Static variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
NAME_CONN1 - Static variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
 
NAME_CONN2 - Static variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
 
notify - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess.Entry
 
notify(MyModelConnector<CO, CI>.MyModelAccess.Entry) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
Performs the notification if registered.

O

offer(byte[]) - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
Offer something to the connector, i.e., play the protocol.
offers - Variable in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
offers - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
original - Static variable in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
 

P

params - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
params - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
parse(byte[]) - Method in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest.CustomBaseParser
 
pollReceived() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
Polls a received data element.
pollReceived() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
Polls a received data element.
powerConsumption - Variable in class test.de.iip_ecosphere.platform.connectors.MachineData
 
printOut(Aas) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Print the AAS to the console.
PROD_CHANNEL - Static variable in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
 

R

read() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
read() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
read() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
read() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
received(Object, EventHandlingConnector) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorEventUtilsTest.MyInputHandler
 
received - Variable in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
received - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
registerCustomType(Class<?>) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 

S

set(String, Object) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
setLotSize(int) - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommand
Defines the lot size to produce with.
setStart(boolean) - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommand
Sets whether the machine shall be started.
setStop(boolean) - Method in class test.de.iip_ecosphere.platform.connectors.MachineCommand
Sets whether the machine shall be stopped.
setStruct(String, Object) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
shutdown() - Static method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Shuts down this test.
sourceType - Variable in class test.de.iip_ecosphere.platform.connectors.MachineCommandInputTranslator
 
sourceType - Variable in class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
 
start - Variable in class test.de.iip_ecosphere.platform.connectors.MachineCommand
 
Step() - Constructor for enum test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest.Step
 
stepInto(String) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
stepOut() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
stop - Variable in class test.de.iip_ecosphere.platform.connectors.MachineCommand
 
stringValue - Variable in class test.de.iip_ecosphere.platform.connectors.ModelDataType
 
structs - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 
supportedEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
supportedEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
supportedEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
supportedEncryption() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 

T

test.de.iip_ecosphere.platform.connectors - package test.de.iip_ecosphere.platform.connectors
The tests for the connectors component.
testAas() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Tests the connectors AAS.
testActiveDescriptors(List<Connector<?, ?, ?, ?>>, int) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Tests the connector descriptors in their sub-model.
testChannelConnector() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Tests the channel connector while reusing serializers.
testConnector(boolean) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest
Tests the connector.
testConnector() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Tests the connector through explicitly setting/resetting the factory implementation.
testConnectorParams() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Tests failing construction of connectors.
testConverterFail() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest
Tests cases where the converter shall fail.
testCreateInstance() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest
Tests FormatterUtils#createInstance(ClassLoader, String, Class, String).
testCreateInstance() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest
Tests ParserUtils#createInstance(ClassLoader, String, Class, String).
testCustomConnectorParameter() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorParameterTest
Tests creating connector parameters with custom settings.
testDefaultConnectorParameter() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorParameterTest
Tests creating connector parameters with default settings.
testDescriptorsSubmodel(Aas) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest
Tests the connector descriptors in their sub model.
testEnc(Connector<?, ?, ?, ?>, AbstractSerializingConnectorTest.ConnectorParameterConfigurer, boolean) - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Tests encryption statements of connector, i.e., Connector.supportedEncryption() and Connector.enabledEncryption().
testFormatter() - Method in class test.de.iip_ecosphere.platform.connectors.JsonOutputFormatterTest
Tests the output formatter.
testFormatter() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest
Tests the formatter.
testInstantiation() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorEventUtilsTest
Tests ConnectorEventUtils.createInputHandlerInstance(ClassLoader, String, Class).
testJsonInputParser() - Method in class test.de.iip_ecosphere.platform.connectors.JsonInputParserTest
Tests JsonInputParser.
testModelConnector(boolean) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Tests the model connector.
testModelConnectorWithEvents() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Tests the model connector with event-based ingestion.
testModelConnectorWithPolling() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Tests the model connector with polling.
testTextLineParser() - Method in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest
Tests basic successful text line parsing with different charsets and separators.
testTextLineParser(String[], String, String) - Method in class test.de.iip_ecosphere.platform.connectors.TextLineParserTest
Tests text line parsing with varying parts, charset and separator.
testTlsConnector() - Method in class test.de.iip_ecosphere.platform.connectors.AbstractSerializingConnectorTest
Tests the TLS connector through explicitly setting/resetting the factory implementation.
testTopQName() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest
Tests ModelAccess.iqName(String...) with a non-empty ModelAccess.topInstancesQName().
testTransportTlsParameter() - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorParameterTest
Tests the TLS setup.
testTrigger() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
Put something into the queue to trigger a "model modification".
TextLineFormatterTest - Class in test.de.iip_ecosphere.platform.connectors
Tests TextLineFormatter functionality.
TextLineFormatterTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.TextLineFormatterTest
 
TextLineFormatterTest.CustomBaseFormatter - Class in test.de.iip_ecosphere.platform.connectors
A test formatter without encoding.
TextLineFormatterTest.CustomExBaseFormatter - Class in test.de.iip_ecosphere.platform.connectors
A test formatter with encoding.
TextLineParserTest - Class in test.de.iip_ecosphere.platform.connectors
Tests the TextLineParser.
TextLineParserTest() - Constructor for class test.de.iip_ecosphere.platform.connectors.TextLineParserTest
 
TextLineParserTest.CustomBaseParser - Class in test.de.iip_ecosphere.platform.connectors
A test parser without encoding.
TextLineParserTest.CustomExBaseParser - Class in test.de.iip_ecosphere.platform.connectors
A test parser with encoding.
to(Object) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelOutputTranslator
 
to(Object) - Method in class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
 
topInstancesQName() - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess
 

V

value - Variable in class test.de.iip_ecosphere.platform.connectors.MyModelConnector.MyModelAccess.Entry
 
value1 - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataOut1
 
value1 - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataOut2
 
value2 - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataOut1
 
value2 - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.DataOut2
 
valueOf(String) - Static method in enum test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest.Step
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum test.de.iip_ecosphere.platform.connectors.MyEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum test.de.iip_ecosphere.platform.connectors.AbstractInformationModelConnectorTest.Step
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum test.de.iip_ecosphere.platform.connectors.MyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
vendor - Variable in class test.de.iip_ecosphere.platform.connectors.MachineData
 

W

withEvents - Variable in class test.de.iip_ecosphere.platform.connectors.ConnectorTest.ModelOutputTranslator
 
withNotifications - Variable in class test.de.iip_ecosphere.platform.connectors.MachineDataOutputTranslator
 
writeImpl(Object) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector1
 
writeImpl(byte[]) - Method in class test.de.iip_ecosphere.platform.connectors.ConnectorsAasTest.Connector2
 
writeImpl(byte[], String) - Method in class test.de.iip_ecosphere.platform.connectors.MyChannelConnector
 
writeImpl(Object) - Method in class test.de.iip_ecosphere.platform.connectors.MyModelConnector
 
A B C D E F G I J L M N O P R S T V W 
Skip navigation links

Copyright © 2022. All rights reserved.