ENTITY characterized_item_within_representation SUBTYPE OF (characterized_object); item : representation_item; rep : representation; UNIQUE wr1 : item, rep; WHERE wr2: rep IN using_representations(item); END_ENTITY; -- characterized_item_within_representation |
Entity data types and their attributescharacterized_objectname: label; (OPT) description: text; characterized_item_within_representation item: representation_item; rep: representation; |
characterized_chain_based_item_within_representation (PRODUCT_PROPERTY_REPRESENTATION_SCHEMA) |
Global rules for this entity data type- |
public interface ECharacterized_item_within_representation extends ECharacterized_objectitem (explicit attribute)boolean testItem(ECharacterized_item_within_representation type)ERepresentation_item getItem(ECharacterized_item_within_representation type) void setItem(ECharacterized_item_within_representation type, ERepresentation_item value) void unsetItem(ECharacterized_item_within_representation type) rep (explicit attribute)boolean testRep(ECharacterized_item_within_representation type)ERepresentation getRep(ECharacterized_item_within_representation type) void setRep(ECharacterized_item_within_representation type, ERepresentation value) void unsetRep(ECharacterized_item_within_representation type) |
public class CCharacterized_item_within_representation implements ECharacterized_item_within_representationstatic EAttribute attributeItem(ECharacterized_item_within_representation type)static int usedinItem(ECharacterized_item_within_representation type, ERepresentation_item instance, ASdaiModel domain, ACharacterized_item_within_representation result) static EAttribute attributeRep(ECharacterized_item_within_representation type) static int usedinRep(ECharacterized_item_within_representation type, ERepresentation instance, ASdaiModel domain, ACharacterized_item_within_representation result) |
public class ACharacterized_item_within_representation extends AEntitypublic ECharacterized_item_within_representation getByIndex(int index)public ECharacterized_item_within_representation getCurrentMember(SdaiIterator it) |