Instructor {
          FirstName = String;
          LastName = String;
}
Advisor = Instructor {
          OfficeDay = Weekday;
}

Welcome!

Modo is an easy-to-use modeling language which is used for modeling systems, their subsystems, containing systems and environment.

  • // XML (148 bytes)
  • <class name="Student">
    • <property name="FirstName" type="String"></property>
    • <property name="LastName" type="String"></property>
  • </class>
  • // MODO (63 bytes)
  • Student {
    • FirstName = String;
    • LastName = String;
  • }

About MODO

The simple syntax of Modo allows easy modeling for not only the IT professionals but also the professionals from non-IT fields. The well-structured nature of Modo also allows direct conversion of the models to different programming languages and technologies, thus serving as a technology independent modeling method.

Learn More...

Download

File Description File Type File Size Last Update
Modo Language Specification (English) PDF 785 KB. Nov. 11, 2009 Download
Modo Identity Guidelines PDF 528 KB. Nov. 11, 2009 Download
Modo Logo (Vector Format) SVG 118 KB. Nov. 11, 2009 Download
Modo Logo (Vector Format) EPS 427 KB. Nov. 11, 2009 Download

Ready for some ?

Get Started!