Personal tools
You are here: Home Community Help Center Reference Manuals RiskAnalytics Developer's Guide Packets

Packets

Note: Return to reference manual view.

WORK IN PROGRESS: IT technical issue to develop components and models.

1. Storing and Displaying Packets

A packet may contain any kind and number of objects. There are two base classes allowing to persist and display results: SingleValuePacket and MultiValuePacket.
  • For SingleValuePacket the value property is displayed in the result view. It's name can be configured, by overwriting String getValueLabel().
  • For MultiValuePacket all numeric properties are displayed in the result view according their order in the packet class. In order to constrain the displayed properties, the method getValuesToSave() should be overwritten in a derived class.
Document Actions