Package cern.accsoft.steering.jmad.kernel.cmd.param
-
Interface Summary Interface Description Parameter this interface represents all kind of possible parameters to madx-commands -
Class Summary Class Description AbstractParameter FunctionParameter Gives the possibility to assign a function (by function name) with given function value like tgauss(1.2) or ranf();
NOTE: function value of null results into no values such that: tgauss(null) -> tgauss();GenericParameter<T>