Class SubtractionOperator


  • public class SubtractionOperator
    extends BaseOperator
    An operator representing the conditional mathematical subtraction operation.
    Since:
    Coherence 12.2.1
    Author:
    jk 2013.12.03
    • Field Detail

    • Constructor Detail

      • SubtractionOperator

        public SubtractionOperator()
        Constructs a SubtractionOperator.
    • Method Detail

      • addToTokenTable

        public void addToTokenTable​(TokenTable tokenTable)
        Add this operator to the given TokenTable. This typically means adding this operator using its symbol and also adding any aliases.
        Specified by:
        addToTokenTable in class BaseOperator
        Parameters:
        tokenTable - the TokenTable to add this operator to.