Class AllocationServices
- java.lang.Object
-
- org.palladiosimulator.editors.sirius.allocation.AllocationServices
-
public class AllocationServices extends Object
-
-
Constructor Summary
Constructors Constructor Description AllocationServices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
assemblyContextIsAllowed(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext, org.palladiosimulator.pcm.allocation.Allocation allocation)
Collection<org.palladiosimulator.pcm.allocation.AllocationContext>
getDeployedComponents(org.palladiosimulator.pcm.subsystem.SubSystem subSystem, org.palladiosimulator.pcm.allocation.Allocation allocation)
Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext>
getNestedDeployedAssemblyContexts(org.palladiosimulator.pcm.allocation.AllocationContext allocationContext)
Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext>
getNestedDeployedAssemblyContexts(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext>
getNestedUndeployedAssemblyContexts(org.palladiosimulator.pcm.core.composition.AssemblyContext parentAssemblyContext, org.palladiosimulator.pcm.allocation.Allocation allocation)
Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext>
getUndeployedAssemblyContexts(org.palladiosimulator.pcm.allocation.Allocation allocation)
Collection<org.palladiosimulator.pcm.core.composition.AssemblyContext>
getUndeployedSubAssemblyContexts(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext, org.palladiosimulator.pcm.allocation.Allocation allocation, boolean recursively)
-
-
-
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)
-
-