Package h
Class ST_Agnodeinfo_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agrec_s
-
- h.ST_Agnodeinfo_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_Agnodeinfo_t extends ST_Agrec_s
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agedge_s
alg
ST_Agraph_s
clust
ST_pointf
coord
ST_elist
flat_in
ST_elist
flat_out
boolean
has_port
int
heapindex
double
height
int
hops
double
ht
int
id
ST_elist
in
ST_Agnode_s
inleaf
ST_textlabel_t
label
int
lim
int
low
double
lw
int
mark
double
mval
ST_Agnode_s
next
int
node_type
int
onstack
int
order
ST_elist
other
ST_elist
out
ST_Agnode_s
outleaf
ST_Agedge_s
par
ST_Agnode_s
prev
int
priority
int
rank
int
ranktype
double
rw
ST_elist
save_in
ST_elist
save_out
ST_shape_desc
shape
SHAPE_INFO
shape_info
int
showboxes
ST_elist
tree_in
ST_elist
tree_out
ST_Agnode_s
UF_parent
int
UF_size
int
weight_class
double
width
ST_textlabel_t
xlabel
-
Fields inherited from class h.ST_Agrec_s
name
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agnodeinfo_t()
-
Method Summary
-
Methods inherited from class h.ST_Agrec_s
isSameThan
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, unsupported
-
-
-
-
Field Detail
-
shape
public ST_shape_desc shape
-
shape_info
public SHAPE_INFO shape_info
-
coord
public final ST_pointf coord
-
width
public double width
-
height
public double height
-
ht
public double ht
-
lw
public double lw
-
rw
public double rw
-
label
public ST_textlabel_t label
-
xlabel
public ST_textlabel_t xlabel
-
alg
public ST_Agedge_s alg
-
id
public int id
-
heapindex
public int heapindex
-
hops
public int hops
-
showboxes
public int showboxes
-
has_port
public boolean has_port
-
node_type
public int node_type
-
mark
public int mark
-
onstack
public int onstack
-
ranktype
public int ranktype
-
weight_class
public int weight_class
-
next
public ST_Agnode_s next
-
prev
public ST_Agnode_s prev
-
in
public final ST_elist in
-
out
public final ST_elist out
-
flat_out
public final ST_elist flat_out
-
flat_in
public final ST_elist flat_in
-
other
public final ST_elist other
-
clust
public ST_Agraph_s clust
-
UF_size
public int UF_size
-
UF_parent
public ST_Agnode_s UF_parent
-
inleaf
public ST_Agnode_s inleaf
-
outleaf
public ST_Agnode_s outleaf
-
rank
public int rank
-
order
public int order
-
mval
public double mval
-
save_in
public final ST_elist save_in
-
save_out
public final ST_elist save_out
-
tree_in
public final ST_elist tree_in
-
tree_out
public final ST_elist tree_out
-
par
public ST_Agedge_s par
-
low
public int low
-
lim
public int lim
-
priority
public int priority
-
-