Uses of Class
de.iip_ecosphere.platform.support.iip_aas.NameplateSetup.Service
Packages that use NameplateSetup.Service
-
Uses of NameplateSetup.Service in de.iip_ecosphere.platform.support.iip_aas
Fields in de.iip_ecosphere.platform.support.iip_aas with type parameters of type NameplateSetup.ServiceMethods in de.iip_ecosphere.platform.support.iip_aas that return NameplateSetup.ServiceModifier and TypeMethodDescriptionNameplateSetup.getService(String key) Returns the (first specified) service with the givenkey.static NameplateSetup.ServiceNameplateSetup.resolveServiceFromAas(String key) Resolves the service with the givenkeyfrom the IIP-Ecosphere platform AAS.Methods in de.iip_ecosphere.platform.support.iip_aas that return types with arguments of type NameplateSetup.ServiceModifier and TypeMethodDescriptionNameplateSetup.getServices()Returns the services.static Map<String, NameplateSetup.Service> NameplateSetup.getServicesAsMap(List<NameplateSetup.Service> services) Returns the given services as map.private static List<NameplateSetup.Service> NameplateSetup.readServices(de.iip_ecosphere.platform.support.aas.Submodel sub) Reads services from the givensubmodel.Method parameters in de.iip_ecosphere.platform.support.iip_aas with type arguments of type NameplateSetup.ServiceModifier and TypeMethodDescriptionstatic Map<String, NameplateSetup.Service> NameplateSetup.getServicesAsMap(List<NameplateSetup.Service> services) Returns the given services as map.voidNameplateSetup.setServices(List<NameplateSetup.Service> services) Changes the services.