Behavior
The behavior of a SysML model describes what the modeled system does, including how it reacts to both internal and external events. There are three main types of SysML behavior:
StateMachine
- Moxie uses state machines to define its simulations.Activity
- Moxie does not support activities or activity diagrams.OpaqueBehavior
- Moxie specifies a Java-like syntax for opaque behavior expressions.