Versions Compared

Key

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

...

Using Javabeans, the job manager is able to convert simple XML text into parameter arguments for drivers. Only simple method signatures with single arguments are supported.The easiest way to explain how it works is with an example. Suppose you had a java class with setters.

Here is a table of supported parameter types.

type

array1d

array2d

expression

int

yes

yes

yes

String

yes

no

no

double

yes

yes

yes

float

yes

no

yes

boolean

yes

no

no

Hep3Vector

no

no

no

File

no

no

no

URL

no

no

no

Expression Evaluation

Guidelines for Creating Compatible Drivers

...