Package h
Class ST_Agnode_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_Agobj_s
-
- h.ST_Agnode_s
-
- All Implemented Interfaces:
__ptr__,__struct__
public final class ST_Agnode_s extends ST_Agobj_s
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agobj_sbaseST_Agsubnode_smainsubjava.lang.StringNAMEST_Agraph_sroot-
Fields inherited from class h.ST_Agobj_s
data, tag
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agnode_s()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void___(__struct__ arg)booleanisSameThan(__ptr__ other)-
Methods inherited from class smetana.core.UnsupportedStarStruct
castTo, copy, getTheField, unsupported
-
-
-
-
Field Detail
-
base
public final ST_Agobj_s base
-
root
public ST_Agraph_s root
-
mainsub
public final ST_Agsubnode_s mainsub
-
NAME
public java.lang.String NAME
-
-
Method Detail
-
___
public void ___(__struct__ arg)
- Specified by:
___in interface__struct__- Overrides:
___in classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(__ptr__ other)
- Specified by:
isSameThanin interface__ptr__- Overrides:
isSameThanin classUnsupportedStarStruct
-
-