Documentation of 'hep.aida.ref.pdf.Variable' Java class
Variable
hep.aida.ref.pdf

Class Variable

    • Field Detail

      • FUNCTION

        public static int FUNCTION
      • DEPENDENT

        public static int DEPENDENT
      • PARAMETER

        public static int PARAMETER
    • Constructor Detail

      • Variable

        public Variable(java.lang.String name,
                        int type)
      • Variable

        public Variable(java.lang.String name,
                        int type,
                        java.lang.String units)
      • Variable

        public Variable(java.lang.String name,
                        int type,
                        Units units)
    • Method Detail

      • addVariableListener

        public void addVariableListener(VariableListener listener)
      • removeVariableListener

        public void removeVariableListener(VariableListener listener)
      • type

        public int type()
      • name

        public java.lang.String name()
        Description copied from interface: HasName
        Get the name.
        Specified by:
        name in interface HasName
        Returns:
        the name.
      • setName

        public void setName(java.lang.String name)
        Description copied from interface: HasName
        Set the name.
        Specified by:
        setName in interface HasName
        Parameters:
        name - The new name.
      • units

        public Units units()
        Description copied from interface: HasUnits
        Get the Units of the object.
        Specified by:
        units in interface HasUnits
        Returns:
        The object's Units.
      • setUnits

        public void setUnits(Units units)
        Description copied from interface: HasUnits
        Set the object's Units.
        Specified by:
        setUnits in interface HasUnits
        Parameters:
        units - The new Units.
      • value

        public abstract double value()
        Description copied from interface: HasValue
        Get the current value.
        Specified by:
        value in interface HasValue
        Returns:
        The current value.
      • setValue

        public void setValue(double value)
        Description copied from interface: HasValue
        Set the current value.
        Specified by:
        setValue in interface HasValue
        Parameters:
        value - The new value.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.