Package gen.lib.cgraph
Class edge__c
- java.lang.Object
-
- gen.lib.cgraph.edge__c
-
public class edge__c extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static CFunction
agedgeidcmpf
static CFunction
agedgeseqcmpf
-
Constructor Summary
Constructors Constructor Description edge__c()
-
Method Summary
-
-
-
Method Detail
-
agfstout
public static ST_Agedge_s agfstout(ST_Agraph_s g, ST_Agnode_s n)
-
agnxtout
public static ST_Agedge_s agnxtout(ST_Agraph_s g, ST_Agedge_s e)
-
agfstin
public static ST_Agedge_s agfstin(ST_Agraph_s g, ST_Agnode_s n)
-
agnxtin
public static ST_Agedge_s agnxtin(ST_Agraph_s g, ST_Agedge_s e)
-
agfstedge
public static ST_Agedge_s agfstedge(ST_Agraph_s g, ST_Agnode_s n)
-
agnxtedge
public static ST_Agedge_s agnxtedge(ST_Agraph_s g, ST_Agedge_s e, ST_Agnode_s n)
-
agfindedge_by_key
public static ST_Agedge_s agfindedge_by_key(ST_Agraph_s g, ST_Agnode_s t, ST_Agnode_s h, ST_Agtag_s key)
-
agsubrep
public static ST_Agsubnode_s agsubrep(ST_Agraph_s g, ST_Agnode_s n)
-
ins
public static void ins(ST_dt_s d, CStarStar<ST_dtlink_s> set, ST_Agedge_s e)
-
installedge
public static void installedge(ST_Agraph_s g, ST_Agedge_s e)
-
newedge
public static ST_Agedge_s newedge(ST_Agraph_s g, ST_Agnode_s t, ST_Agnode_s h, int id)
-
ok_to_make_edge
public static boolean ok_to_make_edge(ST_Agraph_s g, ST_Agnode_s t, ST_Agnode_s h)
-
agedge
public static ST_Agedge_s agedge(ST_Agraph_s g, ST_Agnode_s t, ST_Agnode_s h, CString name, boolean cflag)
-
agsubedge
public static ST_Agedge_s agsubedge(ST_Agraph_s g, ST_Agedge_s e, boolean cflag)
-
agedgeidcmpf
public static int agedgeidcmpf(ST_dt_s d, ST_Agedge_s arg_e0, ST_Agedge_s arg_e1, ST_dtdisc_s disc)
-
agedgeseqcmpf
public static int agedgeseqcmpf(ST_dt_s d, ST_Agedge_s arg_e0, ST_Agedge_s arg_e1, ST_dtdisc_s disc)
-
agtail
public static ST_Agnode_s agtail(ST_Agedge_s e)
-
aghead
public static ST_Agnode_s aghead(__ptr__ e)
-
agopp
public static ST_Agedge_s agopp(__ptr__ e)
-
-