ptolemy.verification.kernel
Class REDUtility.VariableInfo

java.lang.Object
  extended by ptolemy.verification.kernel.REDUtility.VariableInfo
Enclosing class:
REDUtility

private static class REDUtility.VariableInfo
extends java.lang.Object


Field Summary
private  java.lang.String _maxValue
           
private  java.lang.String _minValue
           
 
Constructor Summary
private REDUtility.VariableInfo(java.lang.String paraMax, java.lang.String paraMin)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_maxValue

private java.lang.String _maxValue

_minValue

private java.lang.String _minValue
Constructor Detail

REDUtility.VariableInfo

private REDUtility.VariableInfo(java.lang.String paraMax,
                                java.lang.String paraMin)