Class ActionTypeExclusionUI
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.SingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
- edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.action.ActionTypeExclusionUI
-
- All Implemented Interfaces:
IRestrictionUI<ActionRepresentative>
public class ActionTypeExclusionUI extends SingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
-
Field Summary
-
Fields inherited from interface edu.kit.ipd.sdq.eventsim.instrumentation.specification.restriction.IRestrictionUI
EXTENSION_POINT_ID
-
-
Constructor Summary
Constructors Constructor Description ActionTypeExclusionUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ActionTypeExclusion
createNewRestriction()
protected String
elementToID(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> element)
protected String
elementToName(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> element)
protected List<Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
getAllEntities()
protected String
getDescriptionMessage()
protected String
getInitallySelectedEntityId()
protected List<ActionRepresentative>
getInstrumentablesForEntity(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> clazz)
protected void
initialize(ActionTypeExclusion restriction)
protected void
setIdToRestriction(String className)
-
Methods inherited from class edu.kit.ipd.sdq.eventsim.instrumentation.restrictions.SingleElementsRestrictionUI
createUIArea, getAsDialog, getRestriction, init, init, restrictionChanged
-
-
-
-
Method Detail
-
initialize
protected void initialize(ActionTypeExclusion restriction)
- Specified by:
initialize
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
createNewRestriction
protected ActionTypeExclusion createNewRestriction()
- Specified by:
createNewRestriction
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
getInitallySelectedEntityId
protected String getInitallySelectedEntityId()
- Specified by:
getInitallySelectedEntityId
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
setIdToRestriction
protected void setIdToRestriction(String className)
- Specified by:
setIdToRestriction
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
getInstrumentablesForEntity
protected List<ActionRepresentative> getInstrumentablesForEntity(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> clazz)
- Specified by:
getInstrumentablesForEntity
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
elementToName
protected String elementToName(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> element)
- Specified by:
elementToName
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
elementToID
protected String elementToID(Class<? extends org.palladiosimulator.pcm.seff.AbstractAction> element)
- Specified by:
elementToID
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
getAllEntities
protected List<Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>> getAllEntities()
- Specified by:
getAllEntities
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
getDescriptionMessage
protected String getDescriptionMessage()
- Specified by:
getDescriptionMessage
in classSingleElementsRestrictionUI<ActionRepresentative,ActionTypeExclusion,Class<? extends org.palladiosimulator.pcm.seff.AbstractAction>>
-
-