FreeHEP API
Version current

hep.aida.ref.pdf
Interface HasValue

All Known Implementing Classes:
Variable

public interface HasValue

Interface to be implemented by classes that have a value.

Author:
The FreeHEP team @ SLAC.
Source Code:
HasValue.java

Method Summary
 void setValue(double value)
          Set the current value.
 double value()
          Get the current value.
 

Method Detail

value

public double value()
Get the current value.

Returns:
The current value.

setValue

public void setValue(double value)
Set the current value.

Parameters:
value - The new value.

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.