gov.sns.xal.model.scenario
Class ModelInput

java.lang.Object
  |
  +--gov.sns.xal.model.scenario.ModelInput

public class ModelInput
extends java.lang.Object

Serves as a input variable for the on-line model.


Constructor Summary
ModelInput(AcceleratorNode aNode, java.lang.String propName)
           
ModelInput(AcceleratorNode aNode, java.lang.String propName, double val)
           
 
Method Summary
 AcceleratorNode getAcceleratorNode()
           
 double getDoubleValue()
           
 java.lang.String getProperty()
           
 void setDoubleValue(double val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelInput

public ModelInput(AcceleratorNode aNode,
                  java.lang.String propName)

ModelInput

public ModelInput(AcceleratorNode aNode,
                  java.lang.String propName,
                  double val)
Method Detail

setDoubleValue

public void setDoubleValue(double val)

getDoubleValue

public double getDoubleValue()

getProperty

public java.lang.String getProperty()

getAcceleratorNode

public AcceleratorNode getAcceleratorNode()