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