Hello,
I'm trying to create a new model type, that is similar to the screen design model type.
Is it possible to create a new model type with columns (like Data, Layout, Functions Etc.) using the Model Type wizard (or any other way)?
Thank you
Hello,
I'm trying to create a new model type, that is similar to the screen design model type.
Is it possible to create a new model type with columns (like Data, Layout, Functions Etc.) using the Model Type wizard (or any other way)?
Thank you
The only extensible modeling notation present in ARIS I am currently aware of is UML.
OK, but AFAIK the "screen design model type" is about screen layout, positioning of UI elements on the phyical screen. UML is not suited to do such designs. Nevertheless if you want to model interaction between UI elements, data validation, ... rather than positioning UML is fine.
You can define stereotypes that represent your set of UI elements. You can assign these stereotypes icons/glyphs. After that you can model the behavior, the structure and the contraints (utilizing OCL is my preferred way to do this) of your UI. Utilizing a generator (my prefered way are MOFM2T transformations) you can generate the artifacts (i.e. HTML, Java, XML, ... code).
/Carsten