Class UserActionSet
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableSet<UserActionRepresentative>
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.useraction.UserActionSet
-
public class UserActionSet extends InstrumentableSet<UserActionRepresentative>
Represents a set ofAbstractUserAction
s. The set is implicitly defined by the supertypeA
of the contained actions and a set ofInstrumentableRestriction
s.- See Also:
UserActionRule
-
-
Constructor Summary
Constructors Constructor Description UserActionSet()
UserActionSet(Class<? extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction> actionType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction>
getUserActionType()
void
setUserActionType(Class<? extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction> actionType)
-
Methods inherited from class edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableSet
addRestriction, contains, filter, getRestrictions, removeRestriction, setRestrictions
-
-
-
-
Constructor Detail
-
UserActionSet
public UserActionSet(Class<? extends org.palladiosimulator.pcm.usagemodel.AbstractUserAction> actionType)
-
UserActionSet
public UserActionSet()
-
-