Package org.insa.graphs.algorithm
-
Interface Summary Interface Description ArcInspector This class can be used to indicate to an algorithm which arcs can be used and the costs of the usable arcs.. -
Class Summary Class Description AbstractAlgorithm<Observer> Base class for algorithm classes.AbstractInputData Base class for algorithm input data classes.AbstractSolution Base class for solution classes returned by the algorithm.AlgorithmFactory Factory class used to register and retrieve algorithms based on their common ancestor and name.ArcInspectorFactory -
Enum Summary Enum Description AbstractInputData.Mode Enum specifying the top mode of the algorithms.AbstractSolution.Status Possible status for a solution.