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

Quick Search    Search Deep

Uses of Package
com.phoenixst.plexus

Classes in com.phoenixst.plexus used by com.phoenixst.plexus
DefaultEdge
          A default Graph.Edge implementation in which the user-defined object must be null.
DefaultGraph
          A default implementation of the ObservableGraph interface.
DefaultGraph.AdjacencyList
          An adjacency list implementation.
DefaultGraph.AdjacencyList.Cursor
           
DefaultObjectEdge
          A default Graph.Edge implementation.
DefaultSimpleEdge
          A default Graph.Edge implementation for a simple graph in which the user-defined object must be null.
Graph
          The root interface of the graph hierarchy.
Graph.Edge
          An interface describing an edge in a Graph.
GraphEvent
          An event that indicates a structural change in a Graph.
GraphListener
          The listener interface for receiving GraphEvents.
GraphTest
          A Graph tester.
GraphTest.BinaryClosure
           
GraphUtils.SynchronizedGraphWrapper
           
GraphUtils.UnmodifiableGraphWrapper
           
GraphWrapper
          A Graph which wraps another.
GraphWrapper.EdgeIteratorWrapper
          Protected edge iterator implementation.
GraphWrapper.EdgeWrapper
          Edge wrapper.
GraphWrapper.NodeIteratorWrapper
          Protected node iterator implementation.
GraphWrapper.TraverserWrapper
          Protected implementation of Traverser.
InvertibleTransformer
          An invertible Transformer.
ObservableGraph
          A Graph which can be listened to for structural changes.
SimpleEdge
          A simple Edge implementation which contains no user-defined object.
Traverser
          An interface for traversing through nodes in a Graph.
TraverserFactory
          An interface used to encapsulate a particular type of Traverser, so that it may be used without knowledge of its implementation.