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, wait
getContextType, getResult
public String getLabel()
getLabel
in interface Calculator
public String getLabelKey()
getLabelKey
in interface Calculator
Copyright © 2017. All rights reserved.