Uses of Class
net.pricefx.domain.Simulation
Packages that use Simulation
Package
Description
Provides API related to scripting, including interface
PublicGroovyAPI, that represents what can be reached in the Groovy element syntax as api.-
Uses of Simulation in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return types with arguments of type SimulationModifier and TypeMethodDescriptionPublicGroovyAPI.findSimulations(Date targetDate, String simulationName) Returns a list of simulations that match the targetDate (i.e. list's targetDate <= targetDate).PublicGroovyAPI.getSimulationSummaryQuery()Creates a summary query object that can be parameterized and is then subsequently used inPublicGroovyAPI.runSummaryQuery(ItemSummaryQuery).