All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simula.random.RealValue

java.lang.Object
   |
   +----simula.random.Value
           |
           +----simula.random.RealValue

public class RealValue
extends Value
Implementation of the class Value that encapsulate real values.

See Also:
Value

Method Index

 o asReal()
Drawing a real value is the only meaningfull method.

Methods

 o asReal
 public double asReal() throws TypeDrawnException
Drawing a real value is the only meaningfull method.

Returns:
The real number encapsulated in this object.
Throws: TypeDrawnException
Fired whenever meaningless
Overrides:
asReal in class Value

All Packages  Class Hierarchy  This Package  Previous  Next  Index