Umple
Umple is a historical programming language created in 2008. Umple is a language for both object-oriented programming and modelling with class diagrams and state diagrams. The name Umple is a portmanteau of "UML", "ample" and "programming language", indicating that it is designed to provide ample features to extend programming languages with UML capabilities. . Read more on Wikipedia...
11Years Old | 25Users | 0Jobs |
- Umple ranks in the top 20% of languages
- the Umple website
- the Umple wikipedia page
- Umple first appeared in 2008
- file extensions for Umple include ump
- See also: java, uml, ruby, php, eclipse-editor, xuml
- I have 28 facts about Umple. what would you like to know? email me and let me know how I can help.
Example code from Wikipedia:
class GarageDoor { status { Open { buttonOrObstacle -> Closing; } Closing { buttonOrObstacle -> Opening; reachBottom -> Closed; } Closed { buttonOrObstacle -> Opening; } Opening { buttonOrObstacle -> HalfOpen; reachTop -> Open; } HalfOpen { buttonOrObstacle -> Opening; } } }
Last updated December 10th, 2019