Class AssemblyContextRestriction<I extends Instrumentable>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.AssemblyContextRestriction<I>
-
- All Implemented Interfaces:
InstrumentableRestriction<I>
- Direct Known Subclasses:
ActionAssemblyContextRestriction
,ResourceAssemblyContextRestriction
public abstract class AssemblyContextRestriction<I extends Instrumentable> extends Object implements InstrumentableRestriction<I>
-
-
Field Summary
-
Fields inherited from interface edu.kit.ipd.sdq.eventsim.instrumentation.description.core.InstrumentableRestriction
EXTENSION_POINT_ID
-
-
Constructor Summary
Constructors Constructor Description AssemblyContextRestriction()
AssemblyContextRestriction(String assemblyContextId)
AssemblyContextRestriction(org.palladiosimulator.pcm.core.composition.AssemblyContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAssemblyContextId()
String
getHint()
void
setAssemblyContextId(String assemblyContextId)
-
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
exclude, filter
-
-
-
-
Constructor Detail
-
AssemblyContextRestriction
public AssemblyContextRestriction(String assemblyContextId)
-
AssemblyContextRestriction
public AssemblyContextRestriction(org.palladiosimulator.pcm.core.composition.AssemblyContext context)
-
AssemblyContextRestriction
public AssemblyContextRestriction()
-
-
Method Detail
-
getHint
public String getHint()
- Specified by:
getHint
in interfaceInstrumentableRestriction<I extends Instrumentable>
-
getAssemblyContextId
public String getAssemblyContextId()
-
setAssemblyContextId
public void setAssemblyContextId(String assemblyContextId)
-
-