@TestClass(value="org.openscience.cdk.smsd.algorithm.cdk.CDKRMapTest") public class CDKRMap extends Object
| Constructor and Description |
|---|
CDKRMap(int id1,
int id2)
Constructor for the CDKRMap
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
The equals method.
|
int |
getId1()
Gets the id1 attribute of the CDKRMap object
|
int |
getId2()
Gets the id2 attribute of the CDKRMap object
|
int |
hashCode()
Returns a hash code for object comparison.
|
void |
setId1(int id1)
Sets the id1 attribute of the CDKRMap object
|
void |
setId2(int id2)
Sets the id2 attribute of the CDKRMap object
|
public CDKRMap(int id1,
int id2)
id1 - number of the edge (bond) in the graphe 1id2 - number of the edge (bond) in the graphe 2public void setId1(int id1)
id1 - The new id1 valuepublic void setId2(int id2)
id2 - The new id2 valuepublic int getId1()
public int getId2()
public boolean equals(Object obj)