org.griphyn.cPlanner.partitioner.graph |
|
Java Source File Name | Type | Comment |
Adapter.java | Class | A Adapter class that converts the ADag to Graph and
vice a versa. |
Bag.java | Interface | An interface to define a BAG of objects. |
Graph.java | Interface | The interface for the Graph Class. |
GraphNode.java | Class | Data class that allows us to construct information about the nodes
in the abstract graph. |
GraphNodeContent.java | Interface | This inteface defines a common base for all the classes that can reside in
a GraphNode object. |
LabelBag.java | Class | A bag implementation that just holds a particular value for the label key. |
MapGraph.java | Class | An implementation of the Graph that is backed by a Map. |