edu.sdsc.mbt.viewables
Class BondFormOrder

java.lang.Object
  extended byedu.sdsc.mbt.viewables.BondFormOrder
All Implemented Interfaces:
BondForm

public class BondFormOrder
extends java.lang.Object
implements BondForm

Implements the BondForm interface as a "Order" bond type.

Author:
John L. Moreland
See Also:


Field Summary
static java.lang.String NAME
           
 
Fields inherited from interface edu.sdsc.mbt.viewables.BondForm
ORDER, SIMPLE, SPLIT
 
Method Summary
static BondFormOrder create()
          Return the singleton instance of this class.
 int getBondForm(Bond bond)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

public static BondFormOrder create()
Return the singleton instance of this class.


getBondForm

public int getBondForm(Bond bond)
Specified by:
getBondForm in interface BondForm