contexts.xml 2.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?NLS TYPE="org.eclipse.help.contexts"?>
  3. <contexts>
  4. <context id="sc_editor_graphical_viewer">
  5. <description>With the YAKINDU Statechart editor you create or modify state models.</description>
  6. <topic href="help/03_Concepts/concepts.html#YAKINDUStatechartEditor" label="Yakindu state chart editor"/>
  7. <topic href="help/05_Reference/reference.html#Statechartelements" label="Reference about the statechart elements"/>
  8. <topic href="help/02_Getting_Started/getting_started.html#Firststeps:myfirststatemachine" label="First steps creating a state machine"/>
  9. </context>
  10. <context id="sc_properties_entry_entrykind" title="YAKINDU Statechart Element Properties">
  11. <description>Init, history and shallow history states are pseudo states used to express special aspects.</description>
  12. <topic href="help/05_Reference/reference.html#Initialstateandfinalstate" label="Init state"/>
  13. <topic href="help/05_Reference/reference.html#ShallowHistory" label="Shallow History state"/>
  14. <topic href="help/05_Reference/reference.html#DeepHistory" label="Deep History state"/>
  15. </context>
  16. <context id="sc_properties_state_expression" title="YAKINDU Statechart Element Properties">
  17. <description>States are the central elements of a state machine.</description>
  18. <topic href="help/05_Reference/reference.html#States" label="State"/>
  19. </context>
  20. <context id="sc_properties_statechart_expression" title="YAKINDU Statechart Element Properties">
  21. <description>Expressions are used to declare events, variables etc. and to define behavior.</description>
  22. <topic href="help/05_Reference/reference.html#Expressions" label="Expression reference"/>
  23. </context>
  24. <context id="sc_properties_transition_expression" title="YAKINDU Statechart Element Properties">
  25. <description>A transition is the transfer of one state to another. Transitions are diagrammed as arrows and can carry events and actions but must not.</description>
  26. <topic href="help/05_Reference/reference.html#Transitions" label="Transitions reference"/>
  27. </context>
  28. </contexts>