ENTITY procedural_representation SUBTYPE OF (representation); SELF\representation.items : SET [1:?] OF procedural_representation_sequence; END_ENTITY; -- procedural_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; procedural_representation (RT) items: SET [1:?] OF procedural_representation_sequence; |
procedural_shape_representation (PROCEDURAL_SHAPE_MODEL_SCHEMA) |
Global rules for this entity data type- |
public interface EProcedural_representation extends ERepresentation |
public class CProcedural_representation implements EProcedural_representation |
public class AProcedural_representation extends AEntitypublic EProcedural_representation getByIndex(int index)public EProcedural_representation getCurrentMember(SdaiIterator it) |