Class AasIvmlMapper.ServiceMap
java.lang.Object
de.iip_ecosphere.platform.configuration.ivml.AasIvmlMapper.ServiceMap
- Enclosing class:
AasIvmlMapper
A "map" holding names/id to service mappings.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidadd(net.ssehub.easy.varModel.confModel.IDecisionVariable var) Adds a service.net.ssehub.easy.varModel.confModel.IDecisionVariablegetService(String svc) Returns a service by id or by configured name.
-
Field Details
-
nameToService
-
idToService
-
-
Constructor Details
-
ServiceMap
private ServiceMap()
-
-
Method Details
-
getService
Returns a service by id or by configured name.- Parameters:
svc- the service id/name- Returns:
- the resolved service, may be null
-
add
private void add(net.ssehub.easy.varModel.confModel.IDecisionVariable var) Adds a service.- Parameters:
var- the configured variable representing the service
-