public class RNode extends Object
| Constructor and Description |
|---|
RNode(int id1,
int id2)
Constructor for the RNode object.
|
| Modifier and Type | Method and Description |
|---|---|
BitSet |
getExtension()
Gets the extension attribute of the RNode object.
|
BitSet |
getForbidden()
Gets the forbidden attribute of the RNode object.
|
RMap |
getRMap()
Gets the rMap attribute of the RNode object.
|
void |
setExtension(BitSet extension)
Sets the extension attribute of the RNode object.
|
void |
setForbidden(BitSet forbidden)
Sets the forbidden attribute of the RNode object.
|
void |
setRMap(RMap rMap)
Sets the rMap attribute of the RNode object.
|
String |
toString()
Returns a string representation of the RNode.
|
public RNode(int id1,
int id2)
id1 - number of the bond in the graph 1id2 - number of the bond in the graph 2public void setRMap(RMap rMap)
rMap - The new rMap valuepublic void setExtension(BitSet extension)
extension - The new extension valuepublic void setForbidden(BitSet forbidden)
forbidden - The new forbidden valuepublic RMap getRMap()
public BitSet getExtension()
public BitSet getForbidden()
Copyright © 2018. All Rights Reserved.