Opened 16 years ago

Closed 16 years ago

#225 closed defect (fixed)

EvaluatedFunction not used

Reported by: Stephen Siegel Owned by: zirkel
Priority: major Milestone: Release 1.0
Component: dynamic Version: 1.0
Keywords: function Cc:

Description

There is an interface EvaluatedFunctionIF and class EvaluatedFunction which are not used. The DynamicFactory's evaluatedFunction method does not return an instance of this type, it returns an instance of SymbolicValue.

The method should probably return an EvaluatedFunctionIF, because this provides a means for the user to get the function and point from the value. Solution can mimic similar situation for ArrayValue or RecordValue.

Change History (1)

comment:1 by Stephen Siegel, 16 years ago

Resolution: fixed
Status: newclosed

Fixed by getting rid of EvaluatedFunction. Leaning towards simplicity and fewer classes in value package.

Note: See TracTickets for help on using tickets.