Class AllocationServices


  • public class AllocationServices
    extends Object
    • Constructor Detail

      • AllocationServices

        public AllocationServices()
    • Method Detail

      • getNestedUndeployedAssemblyContexts

        public Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext> getNestedUndeployedAssemblyContexts​(org.palladiosimulator.pcm.core.composition.AssemblyContext parentAssemblyContext,
                                                                                                                          org.palladiosimulator.pcm.allocation.Allocation allocation)
      • getNestedDeployedAssemblyContexts

        public Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext> getNestedDeployedAssemblyContexts​(org.palladiosimulator.pcm.allocation.AllocationContext allocationContext)
      • getNestedDeployedAssemblyContexts

        public Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext> getNestedDeployedAssemblyContexts​(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
      • getDeployedComponents

        public Collection<org.palladiosimulator.pcm.allocation.AllocationContext> getDeployedComponents​(org.palladiosimulator.pcm.subsystem.SubSystem subSystem,
                                                                                                        org.palladiosimulator.pcm.allocation.Allocation allocation)
      • assemblyContextIsAllowed

        public boolean assemblyContextIsAllowed​(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext,
                                                org.palladiosimulator.pcm.allocation.Allocation allocation)
      • getUndeployedSubAssemblyContexts

        public Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext> getUndeployedSubAssemblyContexts​(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext,
                                                                                                                       org.palladiosimulator.pcm.allocation.Allocation allocation,
                                                                                                                       boolean recursively)
      • getUndeployedAssemblyContexts

        public Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext> getUndeployedAssemblyContexts​(org.palladiosimulator.pcm.allocation.Allocation allocation)