Package gen.lib.cgraph
Class apply__c
- java.lang.Object
-
- gen.lib.cgraph.apply__c
-
public class apply__c extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CFunction
subgraph_search
-
Constructor Summary
Constructors Constructor Description apply__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
agapply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)
static void
rec_apply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder)
static ST_Agobj_s
subgraph_search(ST_Agraph_s sub, ST_Agobj_s g)
-
-
-
Field Detail
-
subgraph_search
public static CFunction subgraph_search
-
-
Method Detail
-
subgraph_search
public static ST_Agobj_s subgraph_search(ST_Agraph_s sub, ST_Agobj_s g)
-
rec_apply
public static void rec_apply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder)
-
agapply
public static int agapply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)
-
-