public class SubgraphAtomSignature
extends signature.AbstractVertexSignature
Constructor and Description |
---|
SubgraphAtomSignature(org.openscience.cdk.interfaces.IAtomContainer atomContainer,
int atomIndex) |
SubgraphAtomSignature(org.openscience.cdk.interfaces.IAtomContainer atomContainer,
int atomIndex,
java.util.Map<java.lang.Integer,int[]> subgraphAdjacencyLists) |
Modifier and Type | Method and Description |
---|---|
protected int |
convertEdgeLabelToColor(java.lang.String edgeLabel) |
protected int[] |
getConnected(int atomIndex) |
protected java.lang.String |
getEdgeLabel(int atomIndexA,
int atomIndexB) |
protected int |
getIntLabel(int arg0) |
protected java.lang.String |
getVertexSymbol(int atomIndex) |
public SubgraphAtomSignature(org.openscience.cdk.interfaces.IAtomContainer atomContainer, int atomIndex)
atomContainer
- atomIndex
- public SubgraphAtomSignature(org.openscience.cdk.interfaces.IAtomContainer atomContainer, int atomIndex, java.util.Map<java.lang.Integer,int[]> subgraphAdjacencyLists)
atomContainer
- atomIndex
- subgraphAdjacencyLists
- protected int[] getConnected(int atomIndex)
getConnected
in class signature.AbstractVertexSignature
atomIndex
- protected java.lang.String getEdgeLabel(int atomIndexA, int atomIndexB)
getEdgeLabel
in class signature.AbstractVertexSignature
atomIndexA
- atomIndexB
- protected int getIntLabel(int arg0)
getIntLabel
in class signature.AbstractVertexSignature
arg0
- protected java.lang.String getVertexSymbol(int atomIndex)
getVertexSymbol
in class signature.AbstractVertexSignature
atomIndex
- protected int convertEdgeLabelToColor(java.lang.String edgeLabel)
convertEdgeLabelToColor
in class signature.AbstractVertexSignature
edgeLabel
-