3import org.openscience.cdk.interfaces.IBond;
30 this.label = bnd.getOrder().toString();
FragIsomorphEdge(IBond bnd)
Constructor for an edge representing a bond.
Object original
Reference to the object that originally generated this edge.
FragIsomorphEdge()
Constructor for an empty edge not representing a bond.
String label
Bond order or name used to identify the edge type.
boolean isBond
true if the original object was a bond.