Class ActionRepresentative
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.action.ActionRepresentative
-
- All Implemented Interfaces:
Instrumentable
public class ActionRepresentative extends Object implements Instrumentable
Represents an action (a subtype ofAbstractAction) in an assembly and an allocation context. Instances of this class are generated at runtime and are not stored.- See Also:
ActionRule
-
-
Constructor Summary
Constructors Constructor Description ActionRepresentative(org.palladiosimulator.pcm.seff.AbstractAction representedAction, org.palladiosimulator.pcm.allocation.AllocationContext allocationContext, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>getActionType()org.palladiosimulator.pcm.allocation.AllocationContextgetAllocationContext()org.palladiosimulator.pcm.core.composition.AssemblyContextgetAssemblyContext()org.palladiosimulator.pcm.seff.AbstractActiongetRepresentedAction()
-
-
-
Method Detail
-
getRepresentedAction
public org.palladiosimulator.pcm.seff.AbstractAction getRepresentedAction()
-
getActionType
public Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> getActionType()
-
getAllocationContext
public org.palladiosimulator.pcm.allocation.AllocationContext getAllocationContext()
-
getAssemblyContext
public org.palladiosimulator.pcm.core.composition.AssemblyContext getAssemblyContext()
-
-