Uses of Class
net.pricefx.domain.Simulation
Packages that use Simulation
Package
Description
Root package of the public Groovy API available to Pricefx logics.
-
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).