ENTITY action_view_relationship; id : identifier; name : label; description : OPTIONAL text; discretised_model : discretised_action_model_select; idealised_action : idealised_action_select; END_ENTITY; -- action_view_relationship |
Entity data types and their attributesaction_view_relationshipid: identifier; name: label; (OPT) description: text; discretised_model: discretised_action_model_select; idealised_action: idealised_action_select; |
Usersaction_view_relationship |
Global rules for this entity data type- |
public interface EAction_view_relationship extends EEntityid (explicit attribute)boolean testId(EAction_view_relationship type)String getId(EAction_view_relationship type) void setId(EAction_view_relationship type, String value) void unsetId(EAction_view_relationship type) name (explicit attribute)boolean testName(EAction_view_relationship type)String getName(EAction_view_relationship type) void setName(EAction_view_relationship type, String value) void unsetName(EAction_view_relationship type) description (explicit attribute)boolean testDescription(EAction_view_relationship type)String getDescription(EAction_view_relationship type) void setDescription(EAction_view_relationship type, String value) void unsetDescription(EAction_view_relationship type) discretised_model (explicit attribute)int testDiscretised_model(EAction_view_relationship type)case 1 EEntity getDiscretised_model(EAction_view_relationship type) void setDiscretised_model(EAction_view_relationship type, EEntity value, EEntity node1) void unsetDiscretised_model(EAction_view_relationship type) idealised_action (explicit attribute)int testIdealised_action(EAction_view_relationship type)case 1 EEntity getIdealised_action(EAction_view_relationship type) void setIdealised_action(EAction_view_relationship type, EEntity value, EEntity node1) void unsetIdealised_action(EAction_view_relationship type) |
public class CAction_view_relationship implements EAction_view_relationshipstatic EAttribute attributeId(EAction_view_relationship type)static EAttribute attributeName(EAction_view_relationship type) static EAttribute attributeDescription(EAction_view_relationship type) static EAttribute attributeDiscretised_model(EAction_view_relationship type) static int usedinDiscretised_model(EAction_view_relationship type, EEntity instance, ASdaiModel domain, AAction_view_relationship result) static EAttribute attributeIdealised_action(EAction_view_relationship type) static int usedinIdealised_action(EAction_view_relationship type, EEntity instance, ASdaiModel domain, AAction_view_relationship result) |
public class AAction_view_relationship extends AEntitypublic EAction_view_relationship getByIndex(int index)public EAction_view_relationship getCurrentMember(SdaiIterator it) |