public class CDKRNode
extends java.lang.Object
Constructor and Description |
---|
CDKRNode(int id1,
int id2)
Constructor for the RNode object
|
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getExtension()
Gets the extension attribute of the RNode object
|
java.util.BitSet |
getForbidden()
Gets the forbidden attribute of the RNode object
|
org.openscience.smsd.algorithm.rgraph.CDKRMap |
getrMap()
Returns resolution Map
|
org.openscience.smsd.algorithm.rgraph.CDKRMap |
getRMap()
Gets the rMap attribute of the RNode object
|
void |
setExtension(java.util.BitSet extension)
Sets the extension attribute of the RNode object
|
void |
setForbidden(java.util.BitSet forbidden)
Sets the forbidden attribute of the RNode object
|
void |
setrMap(org.openscience.smsd.algorithm.rgraph.CDKRMap rMap)
Sets resolution map/graph
|
void |
setRMap(org.openscience.smsd.algorithm.rgraph.CDKRMap rMap)
Sets the rMap attribute of the RNode object
|
java.lang.String |
toString()
Returns a string representation of the RNode
|
public CDKRNode(int id1, int id2)
id1
- number of the bond in the graphe 1id2
- number of the bond in the graphe 2public void setRMap(org.openscience.smsd.algorithm.rgraph.CDKRMap rMap)
rMap
- The new rMap valuepublic void setExtension(java.util.BitSet extension)
extension
- The new extension valuepublic void setForbidden(java.util.BitSet forbidden)
forbidden
- The new forbidden valuepublic org.openscience.smsd.algorithm.rgraph.CDKRMap getRMap()
public java.util.BitSet getExtension()
public java.util.BitSet getForbidden()
public java.lang.String toString()
toString
in class java.lang.Object
public org.openscience.smsd.algorithm.rgraph.CDKRMap getrMap()
public void setrMap(org.openscience.smsd.algorithm.rgraph.CDKRMap rMap)
rMap
- the rMap to set