Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
if (ALH.inState(ccobj, "Operating")) {
	force=ccForce
} else {
	force = acc*2
}

...


Info
titleInformation

Alternatively, you can use ALH API through the fUML object syntax, with object.inState(stateName). For example:

  • ccobj.inState(“Operating”);