$darkmode
DENOPTIM
denoptim.graph.AttachmentPointComparator Class Reference

Comparator for DENOPTIMAttachmentPoints. More...

Inheritance diagram for denoptim.graph.AttachmentPointComparator:
[legend]
Collaboration diagram for denoptim.graph.AttachmentPointComparator:
[legend]

Public Member Functions

int compare (AttachmentPoint ap1, AttachmentPoint ap2)
 

Detailed Description

Comparator for DENOPTIMAttachmentPoints.

APs are sorted by creation time, effectively. This is the standard behaviour of AttachmentPoint#compareTo(AttachmentPoint).

Author
Marco Foscato

Definition at line 31 of file AttachmentPointComparator.java.

Member Function Documentation

◆ compare()

int denoptim.graph.AttachmentPointComparator.compare ( AttachmentPoint  ap1,
AttachmentPoint  ap2 
)

Definition at line 34 of file AttachmentPointComparator.java.

References denoptim.graph.AttachmentPoint.compareTo().

Here is the call graph for this function:

The documentation for this class was generated from the following file: