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

Quick Search    Search Deep

Uses of Class
com.phoenixst.plexus.SimpleEdge

Uses of SimpleEdge in com.phoenixst.plexus
 

Subclasses of SimpleEdge in com.phoenixst.plexus
 class SimpleObjectEdge
          A SimpleEdge which can contain a user-defined object.
 

Methods in com.phoenixst.plexus with parameters of type SimpleEdge
 boolean SimpleObjectEdge.equals(SimpleEdge edge)
          Two SimpleObjectEdges are equal if they have the same directedness, are from the exact same graph (using ==), have equal endpoints, and contain the same user-defined object.
 boolean SimpleEdge.equals(SimpleEdge edge)
          Two SimpleEdges are equal if they have the same directedness, are from the exact same graph (using ==), and have equal endpoints.