Non-Linear Analysis interfaces

In order to accommodate more advanced methods than Attribute evaluation only, an interface for non-linear analysis is defined. The current implementation in the dGB plugins use Neural networks to accomplish a training-applying scheme using Neural Networks.

If you want to make your own NLA module, make it comply this interface and provide a user interface via the uiNLA interface. Then use the setNlaServer() method on the uiODApplMgr to make your UI active.