Package net.sourceforge.combean.graph.decorators

Package class diagram package net.sourceforge.combean.graph.decorators
Class Summary
AbstractDecoratedGraph Convenience base class for decorators of graphs, i.e., classes which implement a graph property and enhance the functionality of an inner graph property object by intercepting calls to it.
OrderedNodesGraph A decorator which returns a specific all nodes iterator, i.e., which enforces traversal of the nodes of the graph in a given order.
ResidualNetworkEdge An edge in the residual graph.
ResidualNetworkGraph Decorator which generates the residual graph for a given graph which must have the DirectedEdgeNeighborhoodGraphProp.
TransposedGraph Decorator which turns a graph into the transposed graph, i.e., the graph with the same structure but all edges reversed.