Class SelectableProbe
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.specification.entities.SelectableProbe
-
public class SelectableProbe extends Object
Wraps aProbeRepresentative
and adds the ability to select or unselect it.
-
-
Constructor Summary
Constructors Constructor Description SelectableProbe(ProbeRepresentative probe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProbeRepresentative
getProbe()
boolean
isSelected()
void
setSelected(boolean selected)
-
-
-
Constructor Detail
-
SelectableProbe
public SelectableProbe(ProbeRepresentative probe)
-
-
Method Detail
-
isSelected
public boolean isSelected()
-
setSelected
public void setSelected(boolean selected)
-
getProbe
public ProbeRepresentative getProbe()
-
-