Package gen.lib.dotgen
Class cluster__c
- java.lang.Object
-
- gen.lib.dotgen.cluster__c
-
public class cluster__c extends Object
-
-
Constructor Summary
Constructors Constructor Description cluster__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
build_skeleton(ST_Agraph_s g, ST_Agraph_s subg)
static ST_Agnode_s
clone_vn(ST_Agraph_s g, ST_Agnode_s vn)
static void
expand_cluster(ST_Agraph_s subg)
static void
install_cluster(ST_Agraph_s g, ST_Agnode_s n, int pass, ST_nodequeue q)
static void
interclexp(ST_Agraph_s subg)
static void
make_interclust_chain(ST_Agraph_s g, ST_Agnode_s from, ST_Agnode_s to, ST_Agedge_s orig)
static void
make_slots(ST_Agraph_s root, int r, int pos, int d)
static ST_Agnode_s
map_interclust_node(ST_Agnode_s n)
static void
map_path(ST_Agnode_s from, ST_Agnode_s to, ST_Agedge_s orig, ST_Agedge_s ve, int type)
static void
mark_clusters(ST_Agraph_s g)
static void
mark_lowcluster_basic(ST_Agraph_s g)
static void
mark_lowclusters(ST_Agraph_s root)
static void
merge_ranks(ST_Agraph_s subg)
static void
remove_rankleaders(ST_Agraph_s g)
-
-
-
Method Detail
-
map_interclust_node
public static ST_Agnode_s map_interclust_node(ST_Agnode_s n)
-
make_slots
public static void make_slots(ST_Agraph_s root, int r, int pos, int d)
-
clone_vn
public static ST_Agnode_s clone_vn(ST_Agraph_s g, ST_Agnode_s vn)
-
map_path
public static void map_path(ST_Agnode_s from, ST_Agnode_s to, ST_Agedge_s orig, ST_Agedge_s ve, int type)
-
make_interclust_chain
public static void make_interclust_chain(ST_Agraph_s g, ST_Agnode_s from, ST_Agnode_s to, ST_Agedge_s orig)
-
interclexp
public static void interclexp(ST_Agraph_s subg)
-
merge_ranks
public static void merge_ranks(ST_Agraph_s subg)
-
remove_rankleaders
public static void remove_rankleaders(ST_Agraph_s g)
-
expand_cluster
public static void expand_cluster(ST_Agraph_s subg)
-
mark_clusters
public static void mark_clusters(ST_Agraph_s g)
-
build_skeleton
public static void build_skeleton(ST_Agraph_s g, ST_Agraph_s subg)
-
install_cluster
public static void install_cluster(ST_Agraph_s g, ST_Agnode_s n, int pass, ST_nodequeue q)
-
mark_lowclusters
public static void mark_lowclusters(ST_Agraph_s root)
-
mark_lowcluster_basic
public static void mark_lowcluster_basic(ST_Agraph_s g)
-
-