reference-toc.xml 7.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version='1.0' encoding='utf-8' ?>
  2. <toc topic="help/user/05_Reference/reference.html" label="reference">
  3. <topic href="help/user/05_Reference/reference.html" label="YAKINDU SCT 2 Reference">
  4. <topic href="help/user/05_Reference/reference.html#Statechartelements" label="State chart elements">
  5. <topic href="help/user/05_Reference/reference.html#Regions" label="Regions"></topic>
  6. <topic href="help/user/05_Reference/reference.html#States" label="States"></topic>
  7. <topic href="help/user/05_Reference/reference.html#Transitions" label="Transitions"></topic>
  8. <topic href="help/user/05_Reference/reference.html#Initialstateandfinalstate" label="Initial state and final state"></topic>
  9. <topic href="help/user/05_Reference/reference.html#Choice" label="Choice"></topic>
  10. <topic href="help/user/05_Reference/reference.html#Junction" label="Junction"></topic>
  11. <topic href="help/user/05_Reference/reference.html#CompositeState" label="Composite State">
  12. <topic href="help/user/05_Reference/reference.html#Orthogonalstates" label="Orthogonal states"></topic>
  13. <topic href="help/user/05_Reference/reference.html#Submachinestates" label="Submachine states"></topic>
  14. </topic>
  15. <topic href="help/user/05_Reference/reference.html#ShallowHistory" label="Shallow History"></topic>
  16. <topic href="help/user/05_Reference/reference.html#DeepHistory" label="Deep History"></topic>
  17. </topic>
  18. <topic href="help/user/05_Reference/reference.html#Statechartdescriptionlanguage" label="Statechart description language">
  19. <topic href="help/user/05_Reference/reference.html#Typesystem" label="Typesystem"></topic>
  20. <topic href="help/user/05_Reference/reference.html#Expressions" label="Expressions">
  21. <topic href="help/user/05_Reference/reference.html#LogicalAND" label="Logical AND"></topic>
  22. <topic href="help/user/05_Reference/reference.html#LogicalOR" label="Logical OR"></topic>
  23. <topic href="help/user/05_Reference/reference.html#LogicalNOT" label="Logical NOT"></topic>
  24. <topic href="help/user/05_Reference/reference.html#Conditionalexpression" label="Conditional expression"></topic>
  25. <topic href="help/user/05_Reference/reference.html#BitwiseXOR" label="Bitwise XOR"></topic>
  26. <topic href="help/user/05_Reference/reference.html#BitwiseOR" label="Bitwise OR"></topic>
  27. <topic href="help/user/05_Reference/reference.html#BitwiseAND" label="Bitwise AND"></topic>
  28. <topic href="help/user/05_Reference/reference.html#LogicalRelationsandShiftOperators" label="Logical Relations and Shift Operators"></topic>
  29. <topic href="help/user/05_Reference/reference.html#Binaryarithmeticoperators" label="Binary arithmetic operators"></topic>
  30. <topic href="help/user/05_Reference/reference.html#Unaryarithmeticoperators" label="Unary arithmetic operators"></topic>
  31. </topic>
  32. <topic href="help/user/05_Reference/reference.html#Statements" label="Statements"></topic>
  33. <topic href="help/user/05_Reference/reference.html#Scopes" label="Scopes">
  34. <topic href="help/user/05_Reference/reference.html#Namespace" label="Namespace"></topic>
  35. <topic href="help/user/05_Reference/reference.html#interfacescope" label="interface scope"></topic>
  36. <topic href="help/user/05_Reference/reference.html#internalscope" label="internal scope"></topic>
  37. </topic>
  38. <topic href="help/user/05_Reference/reference.html#Declarations" label="Declarations"></topic>
  39. <topic href="help/user/05_Reference/reference.html#Events" label="Events"></topic>
  40. <topic href="help/user/05_Reference/reference.html#Variables" label="Variables"></topic>
  41. <topic href="help/user/05_Reference/reference.html#ReactionTriggers" label="Reaction Triggers">
  42. <topic href="help/user/05_Reference/reference.html#after" label="after"></topic>
  43. <topic href="help/user/05_Reference/reference.html#every" label="every"></topic>
  44. <topic href="help/user/05_Reference/reference.html#always" label="always"></topic>
  45. <topic href="help/user/05_Reference/reference.html#defaultelse" label="default, else"></topic>
  46. <topic href="help/user/05_Reference/reference.html#entry" label="entry"></topic>
  47. <topic href="help/user/05_Reference/reference.html#exit" label="exit"></topic>
  48. <topic href="help/user/05_Reference/reference.html#oncycle" label="oncycle"></topic>
  49. </topic>
  50. <topic href="help/user/05_Reference/reference.html#Operations" label="Operations"></topic>
  51. <topic href="help/user/05_Reference/reference.html#BuildInFunctions" label="Build-In Functions">
  52. <topic href="help/user/05_Reference/reference.html#valueofevent" label="valueof(event)"></topic>
  53. <topic href="help/user/05_Reference/reference.html#activestate" label="active(state)"></topic>
  54. </topic>
  55. <topic href="help/user/05_Reference/reference.html#LocalReactions" label="LocalReactions"></topic>
  56. <topic href="help/user/05_Reference/reference.html#EntryPoints" label="EntryPoints"></topic>
  57. <topic href="help/user/05_Reference/reference.html#ExitPoints" label="ExitPoints"></topic>
  58. </topic>
  59. <topic href="help/user/05_Reference/reference.html#SGraph" label="SGraph"></topic>
  60. <topic href="help/user/05_Reference/reference.html#SExec" label="SExec"></topic>
  61. <topic href="help/user/05_Reference/reference.html#SGen" label="SGen">
  62. <topic href="help/user/05_Reference/reference.html#GeneratormodelforJava" label="Generator model for Java">
  63. <topic href="help/user/05_Reference/reference.html#FeatureOutlet" label="Feature Outlet"></topic>
  64. <topic href="help/user/05_Reference/reference.html#FeatureLicenseHeader" label="Feature LicenseHeader"></topic>
  65. <topic href="help/user/05_Reference/reference.html#FeatureDebug" label="Feature Debug"></topic>
  66. <topic href="help/user/05_Reference/reference.html#FeatureFunctionInlining" label="Feature FunctionInlining"></topic>
  67. <topic href="help/user/05_Reference/reference.html#FeatureGeneralFeatures" label="Feature GeneralFeatures"></topic>
  68. <topic href="help/user/05_Reference/reference.html#FeatureNaming" label="Feature Naming"></topic>
  69. </topic>
  70. <topic href="help/user/05_Reference/reference.html#GeneratormodelforC" label="Generator model for C">
  71. <topic href="help/user/05_Reference/reference.html#FeatureOutlet2" label="Feature Outlet"></topic>
  72. <topic href="help/user/05_Reference/reference.html#FeatureLicenseHeader2" label="Feature LicenseHeader"></topic>
  73. <topic href="help/user/05_Reference/reference.html#FeatureDebug2" label="Feature Debug"></topic>
  74. <topic href="help/user/05_Reference/reference.html#FeatureCCodeFeature" label="Feature CCodeFeature"></topic>
  75. <topic href="help/user/05_Reference/reference.html#FeatureFunctionInlining2" label="Feature FunctionInlining"></topic>
  76. </topic>
  77. <topic href="help/user/05_Reference/reference.html#GeneratormodelforC2" label="Generator model for C++">
  78. <topic href="help/user/05_Reference/reference.html#FeatureOutlet3" label="Feature Outlet"></topic>
  79. <topic href="help/user/05_Reference/reference.html#FeatureLicenseHeader3" label="Feature LicenseHeader"></topic>
  80. <topic href="help/user/05_Reference/reference.html#FeatureDebug3" label="Feature Debug"></topic>
  81. <topic href="help/user/05_Reference/reference.html#FeatureFunctionInlining3" label="Feature FunctionInlining"></topic>
  82. </topic>
  83. </topic>
  84. </topic>
  85. </toc>