Package h
Class ST_Agrec_s
- java.lang.Object
-
- All Implemented Interfaces:
WithParent
,__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_Agrec_s extends UnsupportedStructAndPtr implements WithParent
-
-
Field Summary
Fields Modifier and Type Field Description CString
name
ST_Agrec_s
next
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agrec_s()
ST_Agrec_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__
castTo(java.lang.Class dest)
ST_Agnodeinfo_t
castTo_ST_Agnodeinfo_t()
ST_Agraphinfo_t
castTo_ST_Agraphinfo_t()
void
copyDataFrom(__struct__ other)
StarStruct
getParent()
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, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, 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
-
name
public CString name
-
next
public ST_Agrec_s next
-
-
Constructor Detail
-
ST_Agrec_s
public ST_Agrec_s()
-
ST_Agrec_s
public ST_Agrec_s(StarStruct parent)
-
-
Method Detail
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFrom
in interface__ptr__
- Specified by:
copyDataFrom
in interfaceStarStruct
- Overrides:
copyDataFrom
in classUnsupportedStarStruct
-
getParent
public StarStruct getParent()
- Specified by:
getParent
in interfaceWithParent
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThan
in interfaceStarStruct
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
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_Agnodeinfo_t
public ST_Agnodeinfo_t castTo_ST_Agnodeinfo_t()
-
castTo_ST_Agraphinfo_t
public ST_Agraphinfo_t castTo_ST_Agraphinfo_t()
-
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
-
-