Class ListElement
java.lang.Object
com.aoindustries.aoserv.cluster.optimize.ListElement
- All Implemented Interfaces:
Comparable<ListElement>
A list element.
-
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ListElement other) Sorted by heuristic value, lowest to highest.doubleintGets the transition, this is null for the initial state.
-
Method Details
-
compareTo
Sorted by heuristic value, lowest to highest.- Specified by:
compareToin interfaceComparable<ListElement>
-
getPrevious
-
getTransition
Gets the transition, this is null for the initial state. -
getPathLen
public int getPathLen() -
getClusterConfiguration
-
getHeuristic
public double getHeuristic()
-
