OUAF Release 4.0.0.0
com.splwg.base.domain.common.algorithm.Algorithm. getActiveVersion
New Method:
com.splwg.base.domain.common.algorithm.AlgorithmComponentCache.getAlgorithmInfo().getActiveVersionInfo
 
Change Description: This call was changed to improve performance. This new method returns an instance of com.splwg.base.api.businessObject.AlgorithmInfo, which can return the active version's information. Alternatively, com.splwg.base.domain.common.algorithm.AlgorithmComponentCache can directly be used to instantiate any AlgorithmComponent implementation.
com.splwg.base.support.algorithm.AbstractAlgorithmComponent. setAlgorithm
Change Description: This method now requires a com.splwg.base.api.businessObject.AlgorithmInfo, a new object introduced to improve performance by caching the Algorithm information.
com.splwg.base.support.algorithm.AbstractAlgorithmComponent. setParametersFrom
Change Description: This method now requires a com.splwg.base.api.businessObject.AlgorithmInfo, a new object introduced to improve performance by caching the Algorithm information.