Uses of Interface
net.pricefx.formulaengine.DatamartRowSet
Package
Description
Provides Formula Engine API classes.
Provides API related to scripting, including interface
PublicGroovyAPI
, that represents what can be reached in the Groovy element syntax as api
.-
Uses of DatamartRowSet in net.pricefx.formulaengine
Modifier and TypeMethodDescriptionvoid
DatamartRowSet.loadRows
(DatamartRowSet otherRowset) Adds rows from anotherDatamartRowSet
.void
DatamartRowSet.merge
(DatamartRowSet otherSet) Updates rows in this set, for which a row with the same key exists in the other set. -
Uses of DatamartRowSet in net.pricefx.formulaengine.scripting
Modifier and TypeMethodDescriptionPublicGroovyAPI.getDatamartRowSet()
ADatamartRowSet
provides access to the rows being loaded or calculated.PublicGroovyAPI.getDatamartRowSet
(String name) ADatamartRowSet
provides access to the rows currently being loaded or calculated.