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 classST_Agraph_s.Array
-
Field Summary
Fields Modifier and Type Field Description ST_Agobj_sbaseST_Agclos_sclosST_Agdesc_sdescST_dt_se_idST_dt_se_seqST_dt_sg_dictST_dtlink_slinkST_dt_sn_idST_dt_sn_seqST_Agraph_sparentST_Agraph_sroot-
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.ObjectaddVirtualBytes(int virtualBytes)__ptr__castTo(java.lang.Class dest)ST_Agobj_scastTo_ST_Agobj_s()StarStructfrom_link(ST_dtlink_s from)StarStructgetParent()ST_Agraph_sgetPtr()ST_Agraph_sgetStruct()booleanisSameThan(StarStruct other)__ptr__setPtr(java.lang.String fieldName, __ptr__ newData)voidsetStruct(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:
getStructin interface__ptr__- Specified by:
getStructin interfaceStarStruct- Overrides:
getStructin classUnsupportedStarStruct
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)- Specified by:
setStructin interface__c__fields- Specified by:
setStructin interfaceStarStruct- Overrides:
setStructin classUnsupportedStarStruct
-
getPtr
public ST_Agraph_s getPtr()
- Specified by:
getPtrin interface__ptr__- Overrides:
getPtrin classUnsupportedStarStruct
-
addVirtualBytes
public java.lang.Object addVirtualBytes(int virtualBytes)
- Specified by:
addVirtualBytesin interface__ptr__- Specified by:
addVirtualBytesin interfaceStarStruct- Overrides:
addVirtualBytesin classUnsupportedStarStruct
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtrin interface__c__fields- Specified by:
setPtrin interfaceStarStruct- Overrides:
setPtrin 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()
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThanin interfaceStarStruct- Overrides:
isSameThanin classUnsupportedStarStruct
-
from_link
public StarStruct from_link(ST_dtlink_s from)
-
-