ENTITY xim_state_real SUBTYPE OF (xim_state_data); data : REAL; END_ENTITY; -- xim_state_real |
Entity data types and their attributesignorable_xim- xim_state_data (OPT) scope: any_entity; key: STRING; xim_state_real data: REAL; |
Users: by entity attributesignorable_ximxim_state_data xim_state_real Users: by defined types, not used by any entity attributexim_state_real- |
Global rules for this entity data type- |
public interface EXim_state_real extends EXim_state_datadata (explicit attribute)boolean testData(EXim_state_real type)double getData(EXim_state_real type) void setData(EXim_state_real type, double value) void unsetData(EXim_state_real type) |
public class CXim_state_real implements EXim_state_realstatic EAttribute attributeData(EXim_state_real type) |
public class AXim_state_real extends AEntitypublic EXim_state_real getByIndex(int index)public EXim_state_real getCurrentMember(SdaiIterator it) |