Package gen.lib.cgraph
Class apply__c
- java.lang.Object
-
- gen.lib.cgraph.apply__c
-
public class apply__c extends java.lang.Object
-
-
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 java.lang.Object
subedge_search(java.lang.Object... arg)
static ST_Agobj_s
subgraph_search(ST_Agraph_s sub, ST_Agobj_s g)
static java.lang.Object
subnode_search(java.lang.Object... arg)
-
-
-
Method Detail
-
subnode_search
public static java.lang.Object subnode_search(java.lang.Object... arg)
-
subedge_search
public static java.lang.Object subedge_search(java.lang.Object... arg)
-
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)
-
-