19package denoptim.graph.simplified;
21import denoptim.graph.Edge.BondType;
22import denoptim.graph.Vertex;
56 return this.bondType.compareTo(other.
bondType);
This class represents an edge that is undirected and ignores attachment points.
int compare(NodeConnection other)
BondType bondType
The bond type associated with the connection between the fragments.
NodeConnection(BondType bondType)
Constructor for an undirected edge.
Possible chemical bond types an edge can represent.