Class ActionContext<A extends org.palladiosimulator.pcm.seff.AbstractAction>


  • public class ActionContext<A extends org.palladiosimulator.pcm.seff.AbstractAction>
    extends Object
    • Constructor Detail

      • ActionContext

        public ActionContext​(org.palladiosimulator.pcm.allocation.AllocationContext allocationContext,
                             org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext,
                             A action)
    • Method Detail

      • getAllocationContext

        public org.palladiosimulator.pcm.allocation.AllocationContext getAllocationContext()
      • getAssemblyContext

        public org.palladiosimulator.pcm.core.composition.AssemblyContext getAssemblyContext()
      • getAction

        public A getAction()