hep.wired.variable
Class NumberVariable

java.lang.Object
  extended by hep.wired.variable.AbstractVariable
      extended by hep.wired.variable.NumberVariable
All Implemented Interfaces:
Variable, Comparable, org.freehep.xml.io.XMLIO
Direct Known Subclasses:
DoubleVariable, IntegerVariable

public abstract class NumberVariable
extends AbstractVariable

Version:
$Id: NumberVariable.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

Constructor Summary
NumberVariable(String name, Object object, String unit, String description)
           
 
Method Summary
 int compareTo(Object o)
           
 
Methods inherited from class hep.wired.variable.AbstractVariable
addChangeListener, fireStateChanged, getDescription, getName, getObject, getUnit, isEnabled, removeChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.wired.variable.Variable
getValue, restoreValue, saveValue, setValue, toString
 
Methods inherited from interface org.freehep.xml.io.XMLIO
restore, save
 

Constructor Detail

NumberVariable

public NumberVariable(String name,
                      Object object,
                      String unit,
                      String description)
Method Detail

compareTo

public int compareTo(Object o)


Copyright © 1996-2013 FreeHEP. All Rights Reserved.