Package h
Class ST_Agedgeinfo_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- h.ST_Agedgeinfo_t
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_Agedgeinfo_t extends UnsupportedStructAndPtr
-
-
Field Summary
Fields Modifier and Type Field Description int
adjacent
boolean
conc_opp_flag
int
count
int
cutvalue
double
dist
int
edge_type
ST_Agrec_s
hdr
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 smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agedgeinfo_t()
ST_Agedgeinfo_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__
castTo(java.lang.Class dest)
void
copyDataFrom(__struct__ other)
__struct__
getStruct()
void
setDouble(java.lang.String fieldName, double data)
void
setInt(java.lang.String fieldName, int data)
__ptr__
setPtr(java.lang.String fieldName, __ptr__ newData)
void
setStruct(java.lang.String fieldName, __struct__ newData)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, comparePointer, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setInt, setPtr, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Field Detail
-
hdr
public final ST_Agrec_s hdr
-
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
-
-
Constructor Detail
-
ST_Agedgeinfo_t
public ST_Agedgeinfo_t()
-
ST_Agedgeinfo_t
public ST_Agedgeinfo_t(StarStruct parent)
-
-
Method Detail
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFrom
in interface__ptr__
- Specified by:
copyDataFrom
in interfaceStarStruct
- Overrides:
copyDataFrom
in classUnsupportedStarStruct
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castTo
in interface__ptr__
- Specified by:
castTo
in interfaceStarStruct
- Overrides:
castTo
in classUnsupportedStarStruct
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)
- Specified by:
setStruct
in interface__c__fields
- Specified by:
setStruct
in interfaceStarStruct
- Overrides:
setStruct
in classUnsupportedStarStruct
-
setDouble
public void setDouble(java.lang.String fieldName, double data)
- Specified by:
setDouble
in interface__c__fields
- Specified by:
setDouble
in interfaceStarStruct
- Overrides:
setDouble
in classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
in classUnsupportedStarStruct
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtr
in interface__c__fields
- Specified by:
setPtr
in interfaceStarStruct
- Overrides:
setPtr
in classUnsupportedStarStruct
-
getStruct
public __struct__ getStruct()
- Specified by:
getStruct
in interface__ptr__
- Specified by:
getStruct
in interfaceStarStruct
- Overrides:
getStruct
in classUnsupportedStarStruct
-
-