org.jmol.modelset
Class Bond.BondSet

java.lang.Object
  extended by java.util.BitSet
      extended by org.jmol.modelset.Bond.BondSet
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Bond

public static class Bond.BondSet
extends BitSet

See Also:
Serialized Form

Field Summary
private  int[] associatedAtoms
           
 
Constructor Summary
Bond.BondSet(BitSet bs)
           
Bond.BondSet(BitSet bs, int[] atoms)
           
 
Method Summary
 int[] getAssociatedAtoms()
           
 
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, set, set, set, set, size, toString, xor
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

associatedAtoms

private int[] associatedAtoms
Constructor Detail

Bond.BondSet

public Bond.BondSet(BitSet bs)

Bond.BondSet

public Bond.BondSet(BitSet bs,
                    int[] atoms)
Method Detail

getAssociatedAtoms

public int[] getAssociatedAtoms()