|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.Bond
public class Bond
Simple bond - it's just an edge/vertex for two Atom
nodes.
Constructor Summary | |
---|---|
Bond()
|
|
Bond(double length,
BondType type,
Group resA,
Atom atomA,
Group resB,
Atom atomB)
|
Method Summary | |
---|---|
Atom |
getAtomA()
|
Atom |
getAtomB()
|
Group |
getGroupA()
|
Group |
getGroupB()
|
double |
getLength()
|
BondType |
getType()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Bond()
public Bond(double length, BondType type, Group resA, Atom atomA, Group resB, Atom atomB)
Method Detail |
---|
public Atom getAtomA()
public Atom getAtomB()
public Group getGroupA()
public Group getGroupB()
public double getLength()
public BondType getType()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |