Package h
Class ST_Agnode_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_Agnode_s extends UnsupportedStructAndPtr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ST_Agnode_s.Array
static class
ST_Agnode_s.ArrayOfStar
-
Field Summary
Fields Modifier and Type Field Description ST_Agobj_s
base
ST_Agsubnode_s
mainsub
ST_Agraph_s
root
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agnode_s()
ST_Agnode_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__
castTo(java.lang.Class dest)
ST_Agobj_s
castTo_ST_Agobj_s()
StarStruct
getParent()
ST_Agnode_s
getStruct()
boolean
isSameThan(StarStruct other)
__ptr__
setPtr(java.lang.String fieldName, __ptr__ newData)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getUID36, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setStruct, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Field Detail
-
base
public final ST_Agobj_s base
-
root
public ST_Agraph_s root
-
mainsub
public final ST_Agsubnode_s mainsub
-
-
Constructor Detail
-
ST_Agnode_s
public ST_Agnode_s()
-
ST_Agnode_s
public ST_Agnode_s(StarStruct parent)
-
-
Method Detail
-
getParent
public StarStruct getParent()
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castTo
in interface__ptr__
- Specified by:
castTo
in interfaceStarStruct
- Overrides:
castTo
in classUnsupportedStarStruct
-
castTo_ST_Agobj_s
public ST_Agobj_s castTo_ST_Agobj_s()
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThan
in interfaceStarStruct
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtr
in interface__c__fields
- Specified by:
setPtr
in interfaceStarStruct
- Overrides:
setPtr
in classUnsupportedStarStruct
-
getStruct
public ST_Agnode_s getStruct()
- Specified by:
getStruct
in interface__ptr__
- Specified by:
getStruct
in interfaceStarStruct
- Overrides:
getStruct
in classUnsupportedStarStruct
-
-