All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class berkeley.cs.dmc.model.VariableField

java.lang.Object
   |
   +----berkeley.cs.dmc.model.VariableField

public class VariableField
extends Object

Constructor Index

 o VariableField(VariableDefinition, int)

Method Index

 o getIndex()
 o getValue()
 o getVar()
 o setValue(float)
 o toString()

Constructors

 o VariableField
 public VariableField(VariableDefinition var,
                      int index)

Methods

 o getVar
 public VariableDefinition getVar()
 o getIndex
 public int getIndex()
 o setValue
 public void setValue(float val)
 o getValue
 public float getValue()
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index