Uses of Interface
de.iip_ecosphere.platform.support.iip_aas.AasContributor
Packages that use AasContributor
-
Uses of AasContributor in de.iip_ecosphere.platform.support.iip_aas
Classes in de.iip_ecosphere.platform.support.iip_aas that implement AasContributorModifier and TypeClassDescriptionclassBuilds an active AAS for theNetworkManager.classThe platform name/typeplate.Methods in de.iip_ecosphere.platform.support.iip_aas that return types with arguments of type AasContributorModifier and TypeMethodDescriptionstatic Set<Class<? extends AasContributor>> AasPartRegistry.contributorClasses()Returns the contributor classes.static Iterator<AasContributor> AasPartRegistry.contributors()Returns the contributors.protected Predicate<AasContributor> AbstractAasLifecycleDescriptor.getContributorFilter()Allows to dynamically filter the contributors.private static ServiceLoader<AasContributor> AasPartRegistry.getContributorLoader()Returns the contributor loader.Method parameters in de.iip_ecosphere.platform.support.iip_aas with type arguments of type AasContributorModifier and TypeMethodDescriptionAasPartRegistry.build(Predicate<AasContributor> filter) Build up all AAS of the currently running platform part.AasPartRegistry.build(Predicate<AasContributor> filter, boolean startImplServer) Build up all AAS of the currently running platform part.AasPartRegistry.build(Predicate<AasContributor> filter, boolean startImplServer, de.iip_ecosphere.platform.support.aas.ProtocolServerBuilder sBuilder) Build up all AAS of the currently running platform part.private voidAbstractAasLifecycleDescriptor.deploy(String[] args, Predicate<AasContributor> contributorFilter) Deploys the AAS viaAasPartRegistry.build()and depending on theAasPartRegistry.AasModeAasPartRegistry.register(java.util.List, de.iip_ecosphere.platform.support.Endpoint, String...)orAasPartRegistry.remoteDeploy(java.util.List).