public abstract class AbstractCalculator<C extends Context<C>> extends Object implements ContextualCalculator<C>
ContextualCalculator.| Modifier and Type | Field and Description |
|---|---|
protected String |
_label |
protected String |
_labelKey |
| Constructor and Description |
|---|
AbstractCalculator(String label,
String labelKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getLabelKey() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextType, getResultpublic String getLabel()
getLabel in interface Calculatorpublic String getLabelKey()
getLabelKey in interface CalculatorCopyright © 2023. All rights reserved.