Uses of Class
net.pricefx.domain.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
Modifier 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)
.