contexts.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?NLS TYPE="org.eclipse.help.contexts"?>
  3. <contexts>
  4. <context id="sc_properties_entry_entrykind" title="Entry">
  5. <description>An entry, possibly with a shallow or deep history, defines which state is to be activated first in a state machine or region.</description>
  6. <topic href="help/user-guide/statechart_language.html#entry" label="Entry"/>
  7. <topic href="help/user-guide/statechart_language.html#shallow-history" label="Shallow history state"/>
  8. <topic href="help/user-guide/statechart_language.html#deep-history" label="Deep history state"/>
  9. </context>
  10. <context id="sc_properties_state_expression" title="State">
  11. <description>States are central elements of a state machine.</description>
  12. <topic href="help/user-guide/statechart_language.html#state" label="State"/>
  13. </context>
  14. <context id="sc_properties_statechart_expression" title="Expressions">
  15. <description>Expressions are used to declare events, variables etc. and to define behavior.</description>
  16. <topic href="help/user-guide/statechart_language.html#expressions" label="Expression reference"/>
  17. </context>
  18. <context id="sc_properties_transition_expression" title="Transition">
  19. <description>A transition is the transfer of one state to another. Transitions are diagrammed as arrows. They can carry events and actions, but don't need to.</description>
  20. <topic href="help/user-guide/statechart_language.html#transition" label="Transition reference"/>
  21. </context>
  22. <context id="sgen_feature" title="Genmodel Features">
  23. <topic href="help/user-guide/code_generation_intro.html" label="Generating state machine code"/>
  24. </context>
  25. <context id="headless_feature" title="Headless Features">
  26. <topic href="help/user-guide/generating_code_headless.html" label="Headless code generation"/>
  27. </context>
  28. <context id="stext_keyword">
  29. <topic href="help/user-guide/statechart_language.html" label="YAKINDU Statechart Tools user guide"/>
  30. </context>
  31. <context id="sctunit_keyword">
  32. <topic href="help/user-guide/sctunit.html" label="YAKINDU Statechart Tools SCTUnit"/>
  33. </context>
  34. </contexts>