ENTITY observed_environment SUBTYPE OF (product); END_ENTITY; -- observed_environment |
Entity data types and their attributesproductid: identifier; name: label; (OPT) description: text; frame_of_reference: SET [1:?] OF product_context; observed_environment - |
Global rules for this entity data type- |
public interface EObserved_environment extends EProduct |
public class CObserved_environment implements EObserved_environment |
public class AObserved_environment extends AEntitypublic EObserved_environment getByIndex(int index)public EObserved_environment getCurrentMember(SdaiIterator it) |