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

Class VariableList



  • public class VariableList
    extends java.lang.Object
    A List of Variables. The list can contain multiple instances of the same Variable but different Variable objects cannot have the same name.
    • Field Detail

      • FUNCTION

        public static int FUNCTION
      • DEPENDENT

        public static int DEPENDENT
      • PARAMETER

        public static int PARAMETER
      • ANY

        public static int ANY
    • Constructor Detail

      • VariableList

        public VariableList()
      • VariableList

        public VariableList(int type)
      • VariableList

        public VariableList(int type,
                            int dimension)
    • Method Detail

      • set

        public void set(int index,
                        Variable var)
      • get

        public Variable get(java.lang.String varName)
      • add

        public void add(int index,
                        Variable var)
      • remove

        public void remove(Variable var)
      • remove

        public void remove(int index)
      • clear

        public void clear()
      • size

        public int size()
      • indexOf

        public int indexOf(Variable var)
      • indexOf

        public int indexOf(java.lang.String varName)
      • contains

        public boolean contains(Variable var)
      • contains

        public boolean contains(java.lang.String varName)
      • type

        public int type()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.