mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

ToolsManager getActionFunction deprecated #192

Open barnettwilliam opened 4 months ago

barnettwilliam commented 4 months ago

The getActionFunction should be moved to the FunctionRegistry class. This requires some rework of the FunctionRegistery to use ActionFunction and potentially adding some helper methods to ActionFunction e.g getInputParameterTypes rather than pass them in to FunctionRegistry's constructor.

Related to #40.