edu.sdsc.mbt.viewables
Class BondFormSplit

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

public class BondFormSplit
extends java.lang.Object
implements BondForm

Implements the BondForm interface as a "Split" 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 BondFormSplit 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 BondFormSplit create()
Return the singleton instance of this class.


getBondForm

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