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>
list
int
size
-
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_elist
copy()
-
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:
copy
in interface__struct__
- Overrides:
copy
in classUnsupportedStarStruct
-
-