We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A state machine or a state cannot contain several states with the same name.
The name of a state must be unique in the enclosing state machine or state. Showing the same name twice may cause confusion.
Possible solutions to this problem are as follows:
Solution 1 Rename one of the states that have the same name. This name must be unique in the enclosing state machine or state.
Solution 2
Move one of the states that have the same name to a different enclosing state, which does not already contain a state with that name.
Quick Start Guide
End User Documentation
Modelio Modeler interface
Managing your Modelio projects
Building your models
Modelio diagrams
Import Export
Modelio settings
Local libraries
Remote libraries
MDA services
Handy tools
Diagrams shortcuts
Diagrams specificities
Module Developer Guide
What is a Module ?
Module or Macro ?
Modelio project concepts
Module concepts
Module project development structure
Module development tutorial
Debugging the module with Eclipse
Building Modelio from Source