Package h
Class ST_Agedgeinfo_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agrec_s
-
- h.ST_Agedgeinfo_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_Agedgeinfo_t extends ST_Agrec_s
-
-
Field Summary
Fields Modifier and Type Field Description int
adjacent
boolean
conc_opp_flag
int
count
int
cutvalue
double
dist
int
edge_type
ST_textlabel_t
head_label
ST_port
head_port
ST_textlabel_t
label
boolean
label_ontop
int
minlen
int
showboxes
ST_splines
spl
ST_textlabel_t
tail_label
ST_port
tail_port
ST_Agedge_s
to_orig
ST_Agedge_s
to_virt
int
tree_index
int
weight
ST_textlabel_t
xlabel
int
xpenalty
-
Fields inherited from class h.ST_Agrec_s
name, next
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agedgeinfo_t()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ other)
-
Methods inherited from class h.ST_Agrec_s
isSameThan
-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, copy, getTheField, unsupported
-
-
-
-
Field Detail
-
spl
public ST_splines spl
-
tail_port
public final ST_port tail_port
-
head_port
public final ST_port head_port
-
label
public ST_textlabel_t label
-
head_label
public ST_textlabel_t head_label
-
tail_label
public ST_textlabel_t tail_label
-
xlabel
public ST_textlabel_t xlabel
-
edge_type
public int edge_type
-
adjacent
public int adjacent
-
label_ontop
public boolean label_ontop
-
to_orig
public ST_Agedge_s to_orig
-
dist
public double dist
-
showboxes
public int showboxes
-
conc_opp_flag
public boolean conc_opp_flag
-
xpenalty
public int xpenalty
-
weight
public int weight
-
cutvalue
public int cutvalue
-
tree_index
public int tree_index
-
count
public int count
-
minlen
public int minlen
-
to_virt
public ST_Agedge_s to_virt
-
-
Method Detail
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
- Overrides:
___
in classUnsupportedStarStruct
-
-