| java.lang.Object org.cougaar.mlm.plugin.perturbation.PerturbationReader
PerturbationReader | public class PerturbationReader (Code) | | 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.
|
createPerturbations | protected void createPerturbations()(Code) | | Creates the perturbations.
|
getPerturbations | public Vector getPerturbations()(Code) | | Returns the perturbations.
Returns the Perturbations. |
parseFileData | protected void parseFileData(Node node)(Code) | | Parses the perturbation data read in from the XML file.
Parameters: node - XML Node |
readPerturbationData | public void readPerturbationData()(Code) | | Reads the perturbation data from the XML file.
|
setPerturbations | protected void setPerturbations(Vector pertDataIn)(Code) | | Sets the perturbations.
Parameters: pertDataIn - Vector of perturbations. |
|
|