Interface ConnectorInputTypeTranslator<T,S>
- Type Parameters:
T- the target type (seeTypeTranslator)S- the source type (seeTypeTranslator)
- All Superinterfaces:
de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<T,,S> ModelAccessProvider
- All Known Implementing Classes:
AbstractConnectorInputTypeTranslator,ConnectorInputTypeAdapter
public interface ConnectorInputTypeTranslator<T,S>
extends de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<T,S>, ModelAccessProvider
Refines the
TypeTranslator for the use with machine connectors.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.connectors.model.ModelAccessProvider
ModelAccessProvider.IOModelAccessFunction, ModelAccessProvider.IOVoidFunction -
Method Summary
Modifier and TypeMethodDescriptionReturns the source type.Returns the target type.Methods inherited from interface de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator
fromMethods inherited from interface de.iip_ecosphere.platform.connectors.model.ModelAccessProvider
getModelAccess, setModelAccess
-
Method Details
-
getSourceType
Returns the source type.- Returns:
- the source type
-
getTargetType
Returns the target type.- Returns:
- the target type
-