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 intadjacentbooleanconc_opp_flagintcountintcutvaluedoubledistintedge_typeST_textlabel_thead_labelST_porthead_portST_textlabel_tlabelbooleanlabel_ontopintminlenintshowboxesST_splinessplST_textlabel_ttail_labelST_porttail_portST_Agedge_sto_origST_Agedge_sto_virtinttree_indexintweightST_textlabel_txlabelintxpenalty-
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
-
-