Class AllocationServices
java.lang.Object
org.palladiosimulator.editors.sirius.allocation.AllocationServices
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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)
-
Constructor Details
-
AllocationServices
public AllocationServices()
-
-
Method Details
-
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)
-