$darkmode
|
DENOPTIM
|
Class representing a pair of AttachmentPoints related by some property that is defined by string.
More...
Public Member Functions | |
| RelatedAPPair (AttachmentPoint apA, AttachmentPoint apB, Object property, String propID) | |
| Construct a new relation between two APs. More... | |
| boolean | equals (Object o) |
| String | toString () |
Public Attributes | |
| AttachmentPoint | apA |
| The first of the APs. More... | |
| AttachmentPoint | apB |
| The second of the APs. More... | |
| Object | property |
| The property defining the relation between the two APs. More... | |
| String | propID |
| String-like version of the property for comparison purposes. More... | |
Class representing a pair of AttachmentPoints related by some property that is defined by string.
Definition at line 11 of file RelatedAPPair.java.
| denoptim.graph.RelatedAPPair.RelatedAPPair | ( | AttachmentPoint | apA, |
| AttachmentPoint | apB, | ||
| Object | property, | ||
| String | propID | ||
| ) |
Construct a new relation between two APs.
| apA | The first of the APs. |
| apB | The second of the APs. |
| property | the string identifying the property putting in relation the two APS. |
Definition at line 43 of file RelatedAPPair.java.
References denoptim.graph.RelatedAPPair.apA, denoptim.graph.RelatedAPPair.apB, denoptim.graph.RelatedAPPair.property, and denoptim.graph.RelatedAPPair.propID.
Referenced by denoptim.graph.RelatedAPPair.equals().
| boolean denoptim.graph.RelatedAPPair.equals | ( | Object | o | ) |
Definition at line 55 of file RelatedAPPair.java.
References denoptim.graph.RelatedAPPair.apA, denoptim.graph.RelatedAPPair.apB, denoptim.graph.RelatedAPPair.equals(), denoptim.graph.RelatedAPPair.property, denoptim.graph.RelatedAPPair.propID, and denoptim.graph.RelatedAPPair.RelatedAPPair().
Referenced by denoptim.graph.RelatedAPPair.equals(), and denoptim.graph.RelatedAPPairTest.testEquals().
| String denoptim.graph.RelatedAPPair.toString | ( | ) |
Definition at line 83 of file RelatedAPPair.java.
References denoptim.graph.RelatedAPPair.apA, denoptim.graph.RelatedAPPair.apB, denoptim.graph.AttachmentPoint.getAtomPositionNumber(), denoptim.graph.AttachmentPoint.getID(), and denoptim.graph.RelatedAPPair.property.
| AttachmentPoint denoptim.graph.RelatedAPPair.apA |
The first of the APs.
Definition at line 16 of file RelatedAPPair.java.
Referenced by denoptim.graph.RelatedAPPair.equals(), denoptim.graph.RelatedAPPair.RelatedAPPair(), denoptim.ga.EAUtils.shareAPs(), denoptim.ga.EAUtilsTest.testSearchForApPairsSuitableToRingFusion(), and denoptim.graph.RelatedAPPair.toString().
| AttachmentPoint denoptim.graph.RelatedAPPair.apB |
The second of the APs.
Definition at line 21 of file RelatedAPPair.java.
Referenced by denoptim.graph.RelatedAPPair.equals(), denoptim.graph.RelatedAPPair.RelatedAPPair(), denoptim.ga.EAUtils.shareAPs(), denoptim.ga.EAUtilsTest.testSearchForApPairsSuitableToRingFusion(), and denoptim.graph.RelatedAPPair.toString().
| Object denoptim.graph.RelatedAPPair.property |
The property defining the relation between the two APs.
Definition at line 26 of file RelatedAPPair.java.
Referenced by denoptim.graph.RelatedAPPair.equals(), denoptim.graph.RelatedAPPair.RelatedAPPair(), and denoptim.graph.RelatedAPPair.toString().
| String denoptim.graph.RelatedAPPair.propID |
String-like version of the property for comparison purposes.
Definition at line 31 of file RelatedAPPair.java.
Referenced by denoptim.graph.RelatedAPPair.equals(), denoptim.graph.RelatedAPPair.RelatedAPPair(), denoptim.ga.EAUtils.storePairsSymmetricRelations(), and denoptim.ga.EAUtilsTest.testSearchForApPairsSuitableToRingFusion().