ContinuousClass.getOutputValue Method
        
 Determines the output value this class assigns to the data value.
 The value is only defined if the accepts method returns true.
 
         
        Parameters
        
            - dataValue
            
 
            - 
                
Type: Object
Data value to determine the output value for. 
        
        Return Value
        
Type: Object
        
The output value this class assigns to the data value.