|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
holds information about overlap between two rings (fused or bridged). At present propellanes will give three distinct RingOverlaps - I shall probably change this.
| Field Summary | |
static int |
BRIDGED
rings are fused (two or more bonds in common) |
static int |
FUSED
rings are fused (one bond in common) |
static java.lang.String[] |
typeString
|
static int |
UNKNOWN
state is unknown |
| Method Summary | |
AtomSet |
getAtomSet()
get the atoms in the overlap |
BondSet |
getBondSet()
get the bonds in the overlap |
Atom |
getBridgeheadAtom(int i)
returns atoms at end o bridgehead (i=0 or i=1) |
java.util.Vector |
getOrderedBondVector()
get the ordered bonds in the overlap |
Ring |
getOtherRing(Ring ring)
if exactly two rings, return the other one. |
| Field Detail |
public static final int UNKNOWN
public static final int FUSED
public static final int BRIDGED
public static final java.lang.String[] typeString
| Method Detail |
public AtomSet getAtomSet()
public BondSet getBondSet()
public java.util.Vector getOrderedBondVector()
public Ring getOtherRing(Ring ring)
public Atom getBridgeheadAtom(int i)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||