Modifier and Type | Method and Description |
---|---|
IBond |
get(int v,
int w)
Access the bond store at the end points v and w.
|
static GraphUtil.EdgeToBondMap |
withSpaceFor(IAtomContainer container)
Create a map with enough space for all the bonds in the molecule,
container . |
public IBond get(int v, int w)
v
- an endpointw
- another endpointpublic static GraphUtil.EdgeToBondMap withSpaceFor(IAtomContainer container)
container
. Note - the map is not filled by this method.container
- the containerCopyright © 2021. All rights reserved.