Package suvi.alg.interfaces

Interfaces between the phases of the algorithm and the overall algorithm chassis.

See:
          Description

Interface Summary
AugmentedNodeOrdering Node ordering as augmented by the algorithm chassis.
AugmentedNodePositioning Node positioning as augmented by the algorithm chassis.
AugmentedNodeRanking Node ranking as augmented by the algorithm chassis.
ComponentLayoutPolicy Decides the relative positions of the connected components of the graph.
EdgeRouting Edge routing as computed by an edge routing policy.
EdgeRoutingPolicy Decides the routes for all edges in the original graph.
GraphTopology Allows a policy to query information about the topology of the original graph that was supressed during preprocessing.
NodeOrdering Node ordering as computed by a node ordering policy.
NodeOrderingPolicy Decides the order of all nodes within ranks in the preprocessed graph.
NodePositioning Node positioning as computed by a node positioning policy.
NodePositioningPolicy Decides the coordinates of all nodes in the preprocessed graph.
NodeRanking Node ranking as computed by a node ranking policy.
NodeRankingPolicy Decides the rank of all nodes in the preprocessed graph.
 

Package suvi.alg.interfaces Description

Interfaces between the phases of the algorithm and the overall algorithm chassis.