Class NetworkCleaner

  • All Implemented Interfaces:
    NetworkRunnable

    public final class NetworkCleaner
    extends Object
    implements NetworkRunnable
    Ensures that each link in the network can be reached by any other link. Links that cannot be reached by some other links, or links from which it is not possible to reach all other links, are removed from the network. Nodes with no incoming or outgoing links are removed as well from the network.
    Author:
    mrieser, balmermi