|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An AtomPair represents a pair of Atoms.
The significance ascribed to source and target Atom designations,
will vary by implementation.
| Method Summary | |
boolean |
connects(Atom source,
Atom target)
Returns true if the specified atoms are connected by this
AtomPair. |
boolean |
contains(Atom atom)
Returns true if the spacified Atom is linked by this
AtomPair. |
Atom |
getMate(Atom atom)
Returns the mate for the specified atom. |
Atom |
getSource()
Returns the source Atom. |
Atom |
getTarget()
Returns the target Atom. |
| Method Detail |
public Atom getSource()
public Atom getTarget()
public Atom getMate(Atom atom)
atom - the atom for which the mate will be returned
public boolean contains(Atom atom)
true if the spacified Atom is linked by this
AtomPair.
atom - the atom to examine
true if the atom is linked by this bond, false
otherwise
public boolean connects(Atom source,
Atom target)
true if the specified atoms are connected by this
AtomPair.
source - the first atomtarget - the second atom
AtomPair,
false otherwise
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||