Package h
Class ST_Agedgepair_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agedgepair_s
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_Agedgepair_s extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agedge_s
in
ST_Agedge_s
out
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agedgepair_s()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
out
public final ST_Agedge_s out
-
in
public final ST_Agedge_s in
-
-