Current work in progress is an update to the CyberintegratorTool interface. Use of CyberintegratorTool interface is now deprecated and tool developers should switch to use the CyberintegratorToolFile interface. The interface is exactly the same as before so no changes to are needed.

The CyberintegratorToolTupelo interface is almost the same as before. The only change is that the functions void setInput(String id, File input); and File getOutput(String id); are no longer part of the interface since they should not have been used.

The Parameter class now uses an enumerated list for types supported by Cyberintegrator. The string version for type can still be used but is deprecated.

The Dataset class still allows to pass in filename to the constructor but this is deprecated since it is not used.

To start working with the new interface you will need an updated version of cyberintegratortool.jar.

  • No labels