Class ActionContext<A extends org.palladiosimulator.pcm.seff.AbstractAction>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.command.action.ActionContext<A>
-
public class ActionContext<A extends org.palladiosimulator.pcm.seff.AbstractAction> extends Object
-
-
Constructor Summary
Constructors Constructor Description ActionContext(org.palladiosimulator.pcm.allocation.AllocationContext allocationContext, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext, A action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description A
getAction()
org.palladiosimulator.pcm.allocation.AllocationContext
getAllocationContext()
org.palladiosimulator.pcm.core.composition.AssemblyContext
getAssemblyContext()
-
-
-
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()
-
-