ENTITY statechar_object SUBTYPE OF (characterized_object, state_observed); END_ENTITY; -- statechar_object |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; state_observed name: label; (OPT) description: text; statechar_object - |
Global rules for this entity data type- |
public interface EStatechar_object extends ECharacterized_object, EState_observed |
public class CStatechar_object implements EStatechar_object |
public class AStatechar_object extends AEntitypublic EStatechar_object getByIndex(int index)public EStatechar_object getCurrentMember(SdaiIterator it) |