Class SelectableCalculator
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.specification.entities.SelectableCalculator
-
public class SelectableCalculator extends Object
Wraps aCalculatorRepresentativeand 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 CalculatorRepresentativegetCalculator()booleanisSelected()voidsetSelected(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()
-
-