Class ActionAssemblyContextRestriction<A extends org.palladiosimulator.pcm.seff.AbstractAction>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.AssemblyContextRestriction<ActionRepresentative>
-
- edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.action.ActionAssemblyContextRestriction<A>
-
- All Implemented Interfaces:
InstrumentableRestriction<ActionRepresentative>
public class ActionAssemblyContextRestriction<A extends org.palladiosimulator.pcm.seff.AbstractAction> extends AssemblyContextRestriction<ActionRepresentative>
-
-
Field Summary
-
Fields inherited from interface edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableRestriction
EXTENSION_POINT_ID
-
-
Constructor Summary
Constructors Constructor Description ActionAssemblyContextRestriction()
ActionAssemblyContextRestriction(String assemblyContextId)
ActionAssemblyContextRestriction(org.palladiosimulator.pcm.core.composition.AssemblyContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exclude(ActionRepresentative action)
Returns if an instrumentable is excluded.-
Methods inherited from class edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.AssemblyContextRestriction
getAssemblyContextId, getHint, setAssemblyContextId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableRestriction
filter
-
-
-
-
Constructor Detail
-
ActionAssemblyContextRestriction
public ActionAssemblyContextRestriction(String assemblyContextId)
-
ActionAssemblyContextRestriction
public ActionAssemblyContextRestriction(org.palladiosimulator.pcm.core.composition.AssemblyContext context)
-
ActionAssemblyContextRestriction
public ActionAssemblyContextRestriction()
-
-
Method Detail
-
exclude
public boolean exclude(ActionRepresentative action)
Description copied from interface:InstrumentableRestriction
Returns if an instrumentable is excluded.- Parameters:
action
- the instrumentable to be checked- Returns:
true
, if the instrumentable should be excluded orfalse
otherwise
-
-