Package h
Class ST_elist
-
- All Implemented Interfaces:
__ptr__,__struct__
public final class ST_elist extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description CArrayOfStar<ST_Agedge_s>listintsize-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_elist()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ other)ST_elistcopy()-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
size
public int size
-
list
public CArrayOfStar<ST_Agedge_s> list
-
-
Method Detail
-
___
public void ___(__struct__ other)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStarStruct
-
copy
public ST_elist copy()
- Specified by:
copyin interface__struct__- Overrides:
copyin classUnsupportedStarStruct
-
-