org.cougaar.mlm.plugin.perturbation |
|
Java Source File Name | Type | Comment |
Perturbation.java | Class | The Perturbation class is a container for the
perturbation data, as well as the methods needed
to perform the perturbation of the desires asset(s). |
PerturbationNode.java | Class | The PerturbationNode class encapsulates all of the information
the PerturbationScheduler needs in or to manage the scheduling
and execution of each of the specified perturbations. |
PerturbationPlugin.java | Class | The PerturbationPlugin is intended to be a test tool which
allows for the modification and/or deletion of Log Plan
objects in Scenario Time. |
PerturbationReader.java | Class | The PerturbationReader class reads the perturbation
data ( which is in XML format ) and parses that data
using an XML Parser to create the specified
Perturbations. |
PerturbationScheduler.java | Class | The PerturbationScheduler class schedules the PerturbationNodes
(or jobs) to be run as determined based on the Scenario Time. |