Class AllocationModelLookup

java.lang.Object
org.palladiosimulator.pcm.query.AllocationModelLookup

public class AllocationModelLookup extends Object
  • 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