public final class BeanNetwork
extends java.lang.Object
Controls the timing of computations of a network of ClockedBean
s.
This implementation is not thread-safe.
Constructor and Description |
---|
BeanNetwork()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
void |
clock()
Clocks the network.
|
public void clock() throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
visad.TypeException
- if a value in the computation has the wrong
VisAD type.visad.VisADException
- if a VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.