Class ActionSet
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableSet<ActionRepresentative>
-
- edu.kit.ipd.sdq.eventsim.instrumentation.description.action.ActionSet
-
public class ActionSet extends InstrumentableSet<ActionRepresentative>
Represents a set ofAbstractAction
s. The set is implicitly defined by the supertypeA
of the contained actions and a set ofInstrumentableRestriction
s.- See Also:
ActionRule
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>
getActionType()
void
setActionType(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> actionType)
-
Methods inherited from class edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableSet
addRestriction, contains, filter, getRestrictions, removeRestriction, setRestrictions
-
-
-
-
Constructor Detail
-
ActionSet
public ActionSet(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> actionType)
-
ActionSet
public ActionSet()
-
-