Package gen.lib.dotgen
Class class2__c
- java.lang.Object
-
- gen.lib.dotgen.class2__c
-
public class class2__c extends Object
-
-
Constructor Summary
Constructors Constructor Description class2__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
class2(ST_Agraph_s g)
static void
incr_width(ST_Agraph_s g, ST_Agnode_s v)
static void
interclrep(ST_Agraph_s g, ST_Agedge_s e)
static boolean
is_cluster_edge(ST_Agedge_s e)
static ST_Agnode_s
label_vnode(ST_Agraph_s g, ST_Agedge_s orig)
static ST_Agnode_s
leader_of(ST_Agraph_s g, ST_Agnode_s v)
static void
make_chain(ST_Agraph_s g, ST_Agnode_s from, ST_Agnode_s to, ST_Agedge_s orig)
static void
merge_chain(ST_Agraph_s g, ST_Agedge_s e, ST_Agedge_s f, boolean flag)
static boolean
mergeable(ST_Agedge_s e, ST_Agedge_s f)
static ST_Agnode_s
plain_vnode(ST_Agraph_s g, ST_Agedge_s orig)
-
-
-
Method Detail
-
label_vnode
public static ST_Agnode_s label_vnode(ST_Agraph_s g, ST_Agedge_s orig)
-
incr_width
public static void incr_width(ST_Agraph_s g, ST_Agnode_s v)
-
plain_vnode
public static ST_Agnode_s plain_vnode(ST_Agraph_s g, ST_Agedge_s orig)
-
leader_of
public static ST_Agnode_s leader_of(ST_Agraph_s g, ST_Agnode_s v)
-
make_chain
public static void make_chain(ST_Agraph_s g, ST_Agnode_s from, ST_Agnode_s to, ST_Agedge_s orig)
-
interclrep
public static void interclrep(ST_Agraph_s g, ST_Agedge_s e)
-
is_cluster_edge
public static boolean is_cluster_edge(ST_Agedge_s e)
-
merge_chain
public static void merge_chain(ST_Agraph_s g, ST_Agedge_s e, ST_Agedge_s f, boolean flag)
-
mergeable
public static boolean mergeable(ST_Agedge_s e, ST_Agedge_s f)
-
class2
public static void class2(ST_Agraph_s g)
-
-