Package de.fhstralsund.vinets.algorithm

Interface Summary
Algorithm An Algorithm can examine and manipulate the current Graph.
Configurable An Algorithm class implements this interface in order to get an automatic configuration facility.
Configurator Classes that implement this interface are able to generate values for a set of configuration options needed by a Configurable.
 

Class Summary
ConnectivityCheck Checks graph connectivity.
LargeCycleFinder Finds a large cycle in the graph using DFS.
Parameter A class to encapsulate a Graph, a message String and further options to be passed from and to an Algorithm.