All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class relaaja.netlayout.VGJ.Clan

java.lang.Object
   |
   +----relaaja.netlayout.VGJ.Clan

public class Clan
extends Object
A "Clan" class for CGD.

Here is the source.


Variable Index

 o clanType
 o id
 o INDEPENDENT
 o LINEAR
 o listnext
 o next
 o nodes
 o order
 o PRIMITIVE
 o PSEUDOINDEPENDENT
 o SINGLETON
 o sinks
 o size
 o sources
 o UNKNOWN

Constructor Index

 o Clan(int, Set, Set, Set, int)

Method Index

 o toString()
 o toString(Graph)

Variables

 o UNKNOWN
 public static final int UNKNOWN
 o INDEPENDENT
 public static final int INDEPENDENT
 o LINEAR
 public static final int LINEAR
 o PRIMITIVE
 public static final int PRIMITIVE
 o PSEUDOINDEPENDENT
 public static final int PSEUDOINDEPENDENT
 o SINGLETON
 public static final int SINGLETON
 o clanType
 public int clanType
 o id
 public int id
 o nodes
 public Set nodes
 o sources
 public Set sources
 o sinks
 public Set sinks
 o size
 public int size
 o order
 public int order
 o next
 public Clan next
 o listnext
 public Clan listnext

Constructors

 o Clan
 public Clan(int type,
             Set nodes_in,
             Set sources_in,
             Set sinks_in,
             int order_in)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o toString
 public String toString(Graph graph)

All Packages  Class Hierarchy  This Package  Previous  Next  Index