Package h
Class ST_Agraph_s
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_Agraph_s extends UnsupportedStructAndPtr
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ST_Agraph_s.Array
-
Field Summary
Fields Modifier and Type Field Description ST_Agobj_s
base
ST_Agclos_s
clos
ST_Agdesc_s
desc
ST_dt_s
e_id
ST_dt_s
e_seq
ST_dt_s
g_dict
ST_dtlink_s
link
ST_dt_s
n_id
ST_dt_s
n_seq
ST_Agraph_s
parent
ST_Agraph_s
root
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agraph_s()
ST_Agraph_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()
StarStruct
from_link(ST_dtlink_s from)
StarStruct
getParent()
ST_Agraph_s
getPtr()
ST_Agraph_s
getStruct()
boolean
isSameThan(StarStruct other)
__ptr__
setPtr(java.lang.String fieldName, __ptr__ newData)
void
setStruct(java.lang.String fieldName, __struct__ 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, getRealClass, getUID36, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, 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
-
-
-
-
Field Detail
-
base
public final ST_Agobj_s base
-
desc
public final ST_Agdesc_s desc
-
link
public final ST_dtlink_s link
-
n_seq
public ST_dt_s n_seq
-
n_id
public ST_dt_s n_id
-
e_seq
public ST_dt_s e_seq
-
e_id
public ST_dt_s e_id
-
g_dict
public ST_dt_s g_dict
-
parent
public ST_Agraph_s parent
-
root
public ST_Agraph_s root
-
clos
public ST_Agclos_s clos
-
-
Constructor Detail
-
ST_Agraph_s
public ST_Agraph_s()
-
ST_Agraph_s
public ST_Agraph_s(StarStruct parent)
-
-
Method Detail
-
getParent
public StarStruct getParent()
-
getStruct
public ST_Agraph_s getStruct()
- Specified by:
getStruct
in interface__ptr__
- Specified by:
getStruct
in interfaceStarStruct
- Overrides:
getStruct
in classUnsupportedStarStruct
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)
- Specified by:
setStruct
in interface__c__fields
- Specified by:
setStruct
in interfaceStarStruct
- Overrides:
setStruct
in classUnsupportedStarStruct
-
getPtr
public ST_Agraph_s getPtr()
- Specified by:
getPtr
in interface__ptr__
- Overrides:
getPtr
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
-
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
-
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
-
from_link
public StarStruct from_link(ST_dtlink_s from)
-
-