Package org.palladiosimulator.pcm.query
Class AllocationModelLookup
java.lang.Object
org.palladiosimulator.pcm.query.AllocationModelLookup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.resourceenvironment.ResourceContainer
findAllocatedResoureContainerByAllocationCtx
(org.palladiosimulator.pcm.allocation.AllocationContext allocCtx) allocated resource container from resource environmentorg.palladiosimulator.pcm.allocation.AllocationContext
findAllocationContextByAllocatedResourceContainerId
(org.palladiosimulator.pcm.allocation.Allocation allocation, String resourceContaineId) org.palladiosimulator.pcm.allocation.AllocationContext
findAllocationContextByEntityName
(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationEntityName) org.palladiosimulator.pcm.allocation.AllocationContext
findAllocationContextById
(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationContextId) org.palladiosimulator.pcm.core.composition.AssemblyContext
findAssemblyContextByAllocatedResourceContainerId
(org.palladiosimulator.pcm.allocation.Allocation allocation, String resourceContaineId) org.palladiosimulator.pcm.core.composition.AssemblyContext
findAssemblyContextByEntityName
(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationEntityName) org.palladiosimulator.pcm.core.composition.AssemblyContext
findAssemblyContextById
(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationContextId) org.palladiosimulator.pcm.repository.RepositoryComponent
findRepositoryComonentByAssemblyCtx
(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContxt) allocated component from repository
-
Constructor Details
-
AllocationModelLookup
public AllocationModelLookup()
-
-
Method Details
-
findAllocationContextById
public org.palladiosimulator.pcm.allocation.AllocationContext findAllocationContextById(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationContextId) -
findAllocationContextByEntityName
public org.palladiosimulator.pcm.allocation.AllocationContext findAllocationContextByEntityName(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationEntityName) -
findAllocationContextByAllocatedResourceContainerId
public org.palladiosimulator.pcm.allocation.AllocationContext findAllocationContextByAllocatedResourceContainerId(org.palladiosimulator.pcm.allocation.Allocation allocation, String resourceContaineId) -
findAssemblyContextById
public org.palladiosimulator.pcm.core.composition.AssemblyContext findAssemblyContextById(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationContextId) -
findAssemblyContextByEntityName
public org.palladiosimulator.pcm.core.composition.AssemblyContext findAssemblyContextByEntityName(org.palladiosimulator.pcm.allocation.Allocation allocation, String allocationEntityName) -
findAssemblyContextByAllocatedResourceContainerId
public org.palladiosimulator.pcm.core.composition.AssemblyContext findAssemblyContextByAllocatedResourceContainerId(org.palladiosimulator.pcm.allocation.Allocation allocation, String resourceContaineId) -
findAllocatedResoureContainerByAllocationCtx
public org.palladiosimulator.pcm.resourceenvironment.ResourceContainer findAllocatedResoureContainerByAllocationCtx(org.palladiosimulator.pcm.allocation.AllocationContext allocCtx) allocated resource container from resource environment -
findRepositoryComonentByAssemblyCtx
public org.palladiosimulator.pcm.repository.RepositoryComponent findRepositoryComonentByAssemblyCtx(org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContxt) allocated component from repository
-