Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed some deprecated links

...

Follow the Javadoc links to see the corresponding package for the triggers, effects and combinations. It also gives a hint, which plug-ins to load in order to get access to the classes in your own plug-in.

Trigger(States)

Synccharts and Papyrus UML StateMachine specific

  • StateActivityTrigger - receives the most recent n steps of active states from the KIVi-KIEM data component during simulation of Synccharts or Ptolemy UML StateMachines

Effects

  • UndoEffect - Pseudo-Effect used to simplify undoing Effects. The only point of contact as a developer is when merging Effects, the other Effect passed may be an UndoEffect containing the actual Effect
  • MenuItemEnableStateEffect - Change the enabled state of a button defined with KVi
  • LayoutEffect - Performs automatic layout with various options
  • SetOptionsEffect - Sets layout option values for a specific model element
  • HighlightEffect - Provides different methods of highlighting an EObject: Change its color, line width, or line style without changing the notation model
  • CompartmentCollapseExpandEffect - Collapse or expand a compartment without changing the notation model
  • ArrowEffect - Draws an arrow between two EObjects
  • AnalysisEffect - Performs graph analysis and shows results in the Analysis view
  • FocusContextEffect - Reduce level of detail for context elements, show all details for focus elements (e.g. by collapsing/expanding compartments)
  • TransformationEffect - Executes a model to model transformation according to passed information.
  • RefreshGMFEditPoliciesEffect - Refreshes the EditPolicies of an GMF editor.
  • UnlockEffect - Notify all waiting threads on a given Object. Can be used to synchronize threads with the execution of effects.

Combinations

Synccharts specific