edu.sdsc.mbt.util
Class BondInfo

java.lang.Object
  extended byedu.sdsc.mbt.util.BondInfo

public class BondInfo
extends java.lang.Object

BondInfo class.

Author:
Apostol Gramada

Field Summary
 int index1
           
 int index2
           
 
Constructor Summary
BondInfo()
           
BondInfo(int index1, int index2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index1

public int index1

index2

public int index2
Constructor Detail

BondInfo

public BondInfo()

BondInfo

public BondInfo(int index1,
                int index2)