org.omegahat.DataStructures.Data
Interface RandomVariableInt

All Superinterfaces:
VariableInt

public interface RandomVariableInt
extends VariableInt


Method Summary
 double value()
          Get the next value.
 
Methods inherited from interface org.omegahat.DataStructures.Data.VariableInt
add, add, getName, metaData, numObservations, read, setName, value, values, values
 

Method Detail

value

public double value()
Get the next value.