Interface edu.cornell.lassp.houle.HysSym.AvalancheConsumer
All Packages Class Hierarchy This Package Previous Next Index
Interface edu.cornell.lassp.houle.HysSym.AvalancheConsumer
- public interface AvalancheConsumer
- extends Object
AvalancheConsumer is an interface that receives avalanche data from
a simulation such as HysLattice. For an example implementation
see HysCanvas.
Source code is available.
- Version:
- 0.9a
- Author:
- Paul Houle (E-mail: ph18@cornell.edu)
- See Also:
- HysLattice, HysCanvas, CellIndex
-
receiveAvalanche(Vector, int)
-
receive avalanche data
receiveAvalanche
public abstract void receiveAvalanche(Vector avalanche,
int direction)
- receive avalanche data
- Parameters:
- avalanche - a Vector of CellIndex listing the cells participating in
the avalanche.
- direction - the direction (+1 or -1) towards which spins flipped.
All Packages Class Hierarchy This Package Previous Next Index