Class DivisionOperation


  • public class DivisionOperation
    extends GenericOperation
    Class to handle divisions within a formula.
    Version:
    $Rev$
    Author:
    Ole Rahn

    FH Osnabrück - University of Applied Sciences Osnabrück,
    Project: PIROL (2005),
    Subproject: Daten- und Wissensmanagement
    • Constructor Detail

      • DivisionOperation

        public DivisionOperation​(FormulaValue value1,
                                 FormulaValue value2)
        Sets the value, that will be operated on.
    • Method Detail

      • getValue

        public double getValue​(Feature feature)
        Returns the divided values of the sub-values or sub-operations of this operation
        Specified by:
        getValue in class FormulaValue
        Parameters:
        feature - the Feature to get the value from
        Returns:
        divided values of the sub-values or sub-operations