Ir al contenido principal

Entradas

Mostrando entradas de octubre, 2009

Metamorph: Como crear el Diagrama de Estados para la aplicación Hello World en Enterprise Architect

Para poder usar un Diagrama de Estados modelado en Enterprise Architect debes realizar los siguientes pasos: Crea un nuevo proyecto en Enterprise Architect o abre uno existente. Crea dos nuevos paquetes, uno llamado HelloWorld y el otro Turnstile. El resultado debe ser el siguiente (ignorando otros paquetes del proyecto): Haz click derecho sobre el paquete Turnstile y click en adicionar elemento. Escoge el tipo StateMachine de la lista desplegable. Escribe Turnstile en el campo nombre y luego click en Ok. Doble click en el Diagrama de maquinas de estado Turnstile: Agrega un estado Inicial (Initial) desde la caja de herramientas (toolbox). Agrega un estado desde la caja de herramientas y escribe Locked en el campo nombre. Agrega el estado Unlocked siguiendo el paso anterior, el resultado debería ser el siguiente: Agrega el resto de las transiciones como se muestra en el s

Metamorph: How to create the Hello World’s state Diagram in Enterprise Architect

In order to use a State Diagram modeled in Enterprise Architect you have to do following steps: Create a new Enterprise Architect project or open an existing one. Create two new packages called HelloWorld and Turnstile. The results should look like this (ignoring any other project packages): Right click Turnstile Package and click on add a new element. Choose the StateMachine type from the drop down list. Write Turnstile in the name field and click Ok. Double click on the Turnstile StateMachine Diagram: Add an Initial State from the toolbox. Add a state from the toolbox and type Locked in the name field. Add the Unlocked state by following the same step as above, the results should look like this: Add the transitions as shown in the following diagram: Double click on the transition that goes from Locked to Unlocked and type “coin” in the Link name field.