@Deprecated public class CDKRNode extends Object
Constructor and Description |
---|
CDKRNode(int id1,
int id2)
Deprecated.
Constructor for the RNode object
|
Modifier and Type | Method and Description |
---|---|
BitSet |
getExtension()
Deprecated.
Gets the extension attribute of the RNode object
|
BitSet |
getForbidden()
Deprecated.
Gets the forbidden attribute of the RNode object
|
CDKRMap |
getrMap()
Deprecated.
Returns resolution Map
|
CDKRMap |
getRMap()
Deprecated.
Gets the rMap attribute of the RNode object
|
void |
setExtension(BitSet extension)
Deprecated.
Sets the extension attribute of the RNode object
|
void |
setForbidden(BitSet forbidden)
Deprecated.
Sets the forbidden attribute of the RNode object
|
void |
setrMap(CDKRMap rMap)
Deprecated.
Sets resolution map/graph
|
void |
setRMap(CDKRMap rMap)
Deprecated.
Sets the rMap attribute of the RNode object
|
String |
toString()
Deprecated.
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(CDKRMap rMap)
rMap
- The new rMap valuepublic void setExtension(BitSet extension)
extension
- The new extension valuepublic void setForbidden(BitSet forbidden)
forbidden
- The new forbidden valuepublic CDKRMap getRMap()
public BitSet getExtension()
public BitSet getForbidden()
public String toString()
public CDKRMap getrMap()
public void setrMap(CDKRMap rMap)
rMap
- the rMap to setCopyright © 2022. All rights reserved.