The Octet Molecular Representation Framework v0.8.2

net.sf.octet.model
Interface Electron

All Known Implementing Classes:
BasicElectron

public interface Electron

A representation of an electron. Electron can be used in a variety of contexts, but will most commonly be associated with an Orbital.

Author:
Richard Apodaca
See Also:
Orbital

Method Summary
 boolean getSpin()
          Returns the spin of this electron, true for positive spin, and false for negative spin.
 

Method Detail

getSpin

public boolean getSpin()
Returns the spin of this electron, true for positive spin, and false for negative spin.

Returns:
the spin of this Electron

The Octet Molecular Representation Framework v0.8.2