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 class
ST_Agedge_s.ArrayOfStar
-
Field Summary
Fields Modifier and Type Field Description ST_Agobj_s
base
ST_dtlink_s
id_link
ST_Agnode_s
node
ST_dtlink_s
seq_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.Object
addVirtualBytes(int virtualBytes)
__ptr__
castTo(java.lang.Class dest)
ST_Agobj_s
castTo_ST_Agobj_s()
void
copyDataFrom(__ptr__ arg)
StarStruct
from_id_link(ST_dtlink_s from)
StarStruct
from_seq_link(ST_dtlink_s from)
ST_Agedge_s
getPtr()
boolean
isSameThan(StarStruct other)
ST_Agedge_s
plus(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:
copyDataFrom
in interface__ptr__
- Specified by:
copyDataFrom
in interfaceStarStruct
- Overrides:
copyDataFrom
in classUnsupportedStarStruct
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThan
in interfaceStarStruct
- Overrides:
isSameThan
in classUnsupportedStarStruct
-
addVirtualBytes
public java.lang.Object addVirtualBytes(int virtualBytes)
- Specified by:
addVirtualBytes
in interface__ptr__
- Specified by:
addVirtualBytes
in interfaceStarStruct
- Overrides:
addVirtualBytes
in classUnsupportedStarStruct
-
plus
public ST_Agedge_s plus(int pointerMove)
- Specified by:
plus
in interface__ptr__
- Specified by:
plus
in interfaceStarStruct
- Overrides:
plus
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_Agobj_s
public ST_Agobj_s castTo_ST_Agobj_s()
-
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
-
getPtr
public ST_Agedge_s getPtr()
- Specified by:
getPtr
in interface__ptr__
- Overrides:
getPtr
in 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)
-
-