Package h
Class ST_Agsubnode_s
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- h.ST_Agsubnode_s
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
,HardcodedStruct
public class ST_Agsubnode_s extends UnsupportedStructAndPtr implements HardcodedStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_dtlink_s
id_link
ST_dtlink_s
in_id
ST_dtlink_s
in_seq
ST_Agnode_s
node
ST_dtlink_s
out_id
ST_dtlink_s
out_seq
ST_dtlink_s
seq_link
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agsubnode_s()
ST_Agsubnode_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_Agsubnode_s
from_id_link(ST_dtlink_s from)
ST_Agsubnode_s
from_seq_link(ST_dtlink_s from)
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
comparePointer, copyDataFrom, 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
-
Methods inherited from interface smetana.core.HardcodedStruct
copyDataFrom
-
-
-
-
Field Detail
-
seq_link
public final ST_dtlink_s seq_link
-
id_link
public final ST_dtlink_s id_link
-
node
public ST_Agnode_s node
-
in_id
public ST_dtlink_s in_id
-
out_id
public ST_dtlink_s out_id
-
in_seq
public ST_dtlink_s in_seq
-
out_seq
public ST_dtlink_s out_seq
-
-
Constructor Detail
-
ST_Agsubnode_s
public ST_Agsubnode_s()
-
ST_Agsubnode_s
public ST_Agsubnode_s(StarStruct parent)
-
-
Method Detail
-
from_id_link
public ST_Agsubnode_s from_id_link(ST_dtlink_s from)
-
from_seq_link
public ST_Agsubnode_s from_seq_link(ST_dtlink_s from)
-
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
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castTo
in interface__ptr__
- Specified by:
castTo
in interfaceStarStruct
- Overrides:
castTo
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
-
-