edu.sdsc.mbt.viewables
Interface BondForm

All Known Implementing Classes:
BondFormOrder, BondFormSimple, BondFormSplit

public interface BondForm

This interface defines how all BondForm implementation classes should fill in a form for a given bondIndex.

Author:
John L. Moreland
See Also:


Field Summary
static int ORDER
           
static int SIMPLE
           
static int SPLIT
           
 
Method Summary
 int getBondForm(Bond bond)
           
 

Field Detail

SIMPLE

public static final int SIMPLE
See Also:
Constant Field Values

SPLIT

public static final int SPLIT
See Also:
Constant Field Values

ORDER

public static final int ORDER
See Also:
Constant Field Values
Method Detail

getBondForm

public int getBondForm(Bond bond)