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:
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
getBondForm
public int getBondForm(Bond bond)