Package h
Class ST_Agedge_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct,HardcodedStruct
public class ST_Agedge_s extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classST_Agedge_s.ArrayOfStar
-
Field Summary
Fields Modifier and Type Field Description ST_Agobj_sbaseST_dtlink_sid_linkST_Agnode_snodeST_dtlink_sseq_link-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agedge_s()ST_Agedge_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectaddVirtualBytes(int virtualBytes)__ptr__castTo(java.lang.Class dest)ST_Agobj_scastTo_ST_Agobj_s()voidcopyDataFrom(__ptr__ arg)StarStructfrom_id_link(ST_dtlink_s from)StarStructfrom_seq_link(ST_dtlink_s from)ST_Agedge_sgetPtr()booleanisSameThan(StarStruct other)ST_Agedge_splus(int pointerMove)__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
comparePointer, copyDataFrom, getArea, getDebug, getDouble, getInt, getRealClass, getStruct, getUID36, memcopyFrom, minus, 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, minus, setDouble, setInt, setPtr, unsupported
-
Methods inherited from interface smetana.core.HardcodedStruct
copyDataFrom
-
-
-
-
Field Detail
-
base
public final ST_Agobj_s base
-
id_link
public final ST_dtlink_s id_link
-
seq_link
public final ST_dtlink_s seq_link
-
node
public ST_Agnode_s node
-
-
Constructor Detail
-
ST_Agedge_s
public ST_Agedge_s()
-
ST_Agedge_s
public ST_Agedge_s(StarStruct parent)
-
-
Method Detail
-
copyDataFrom
public void copyDataFrom(__ptr__ arg)
- Specified by:
copyDataFromin interface__ptr__- Specified by:
copyDataFromin interfaceStarStruct- Overrides:
copyDataFromin classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThanin interfaceStarStruct- Overrides:
isSameThanin classUnsupportedStarStruct
-
addVirtualBytes
public java.lang.Object addVirtualBytes(int virtualBytes)
- Specified by:
addVirtualBytesin interface__ptr__- Specified by:
addVirtualBytesin interfaceStarStruct- Overrides:
addVirtualBytesin classUnsupportedStarStruct
-
plus
public ST_Agedge_s plus(int pointerMove)
- Specified by:
plusin interface__ptr__- Specified by:
plusin interfaceStarStruct- Overrides:
plusin classUnsupportedStarStruct
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castToin interface__ptr__- Specified by:
castToin interfaceStarStruct- Overrides:
castToin classUnsupportedStarStruct
-
castTo_ST_Agobj_s
public ST_Agobj_s castTo_ST_Agobj_s()
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtrin interface__c__fields- Specified by:
setPtrin interfaceStarStruct- Overrides:
setPtrin classUnsupportedStarStruct
-
getPtr
public ST_Agedge_s getPtr()
- Specified by:
getPtrin interface__ptr__- Overrides:
getPtrin classUnsupportedStarStruct
-
from_seq_link
public StarStruct from_seq_link(ST_dtlink_s from)
-
from_id_link
public StarStruct from_id_link(ST_dtlink_s from)
-
-