Class UserActionRepresentative
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.useraction.UserActionRepresentative
-
- Type Parameters:
A
- the type of the represented user action
- All Implemented Interfaces:
Instrumentable
public class UserActionRepresentative extends Object implements Instrumentable
Represents a user action (a subtype ofAbstractUserAction
). Basically, it is a wrapper around a user action to fit theInstrumentable
interface. Instances of this class are generated at runtime and are not stored.- See Also:
UserActionRule
-
-
Constructor Summary
Constructors Constructor Description UserActionRepresentative(org.palladiosimulator.pcm.usagemodel.AbstractUserAction representedUserAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.pcm.usagemodel.AbstractUserAction
getRepresentedUserAction()
-