|
ENTITY shape_aspect_associativity SUBTYPE OF (shape_aspect_relationship); WHERE wr1: SELF . relating_shape_aspect . product_definitional ; wr2: NOT ( SELF . related_shape_aspect . product_definitional ) ; END_ENTITY; -- shape_aspect_associativity |
Entity data types and their attributesshape_aspect_relationshipname: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; shape_aspect_associativity - |
Global rules for this entity data type- |
public interface EShape_aspect_associativity extends EShape_aspect_relationship |
public class CShape_aspect_associativity implements EShape_aspect_associativity |
public class AShape_aspect_associativity extends AEntitypublic EShape_aspect_associativity getByIndex(int index)public EShape_aspect_associativity getCurrentMember(SdaiIterator it) |