Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Functions within JAIDA are created via an IFunctionFactory:

Code Block
borderStylesolid

// The AIDA Factories
IAnalysisFactory af = IAnalysisFactory.create();
ITree = af.createTreeFactory().create();
IFunctionFactory ff = af.createFunctionFactory(tree);

// Create a gaussian
IFunction gauss = ff.createFunctionByName("gauss",g);