Package h
Class ST_Agobj_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agobj_s
-
- All Implemented Interfaces:
__ptr__
,__struct__
- Direct Known Subclasses:
ST_Agedge_s
,ST_Agnode_s
,ST_Agraph_s
public class ST_Agobj_s extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agrec_s
data
ST_Agtag_s
tag
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agobj_s()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
tag
public final ST_Agtag_s tag
-
data
public ST_Agrec_s data
-
-