Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.phoenixst.plexus.examples

Class Summary
AllTests Test suite for all tests in this package.
CompleteBipartiteGraph A complete bipartite graph.
CompleteBipartiteGraphTest A CompleteBipartiteGraph tester.
CompleteBipartiteGraphTest.TestPredicate  
CompleteGraph A Graph containing a set of Integer nodes where there is an edge between every pair of nodes.
CompleteGraphTest A CompleteGraph tester.
CompleteTree A Graph which is a complete tree.
CompleteTreeTest A CompleteTree tester.
CompleteTreeTest.TestPredicate  
Cycle A Graph containing a set of Integer nodes connected by a path of edges from the first node to the last one, and then back to the first, making a cycle.
CycleTest A Cycle tester.
CycleTest.TestPredicate  
DefaultGraphExamplesTest A com.phoenixst.plexus.DefaultGraph tester for copies of examples graphs, at least the immutable operations.
EmptyGraph A Graph containing a set of Integer nodes and no edges.
EmptyGraphTest An EmptyGraph tester.
IntegerNodeGraph An unmodifiable graph where the nodes are Integers from zero to a specified number (exclusive) and the edges do not contain user-defined objects.
NodeOffsetTransformer A com.phoenixst.plexus.Graph which wraps another, adding the specified offset to the underlying graph's nodes, which must be Integers.
Path A Graph containing a set of Integer nodes connected by a path of edges from the first node to the last one.
PathTest A Path tester.
PetersenGraph A Petersen Graph.
PetersenGraphTest A PetersenGraph tester.
PlanarMesh An m x n planar mesh.
PlanarMeshTest A PlanarMesh tester.
Prism An m x n prism, where m is the size of the cycle and n is the size of the path.
PrismTest A Prism tester.
PrismTest.TestPredicate  
Star A star graph with one central node and n outer nodes.
StarTest A Star tester.
ToroidalMesh An m x n toroidal mesh.
ToroidalMeshTest A ToroidalMesh tester.
ToroidalMeshTest.TestPredicate  
Wheel A wheel graph with one central node and n outer nodes.
WheelTest A Wheel tester.
WheelTest.TestPredicate