Interface WorkflowInterfaces.IUpdatable

All Known Implementing Classes:
JobPlan, WorkflowIF, WorkflowLoop
Enclosing interface:
WorkflowInterfaces

public static interface WorkflowInterfaces.IUpdatable
Indicates that a class can be updated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Update the object (i.e.
  • Method Details

    • update

      void update()
      Update the object (i.e. recalculate internal properties, sort tasks, ...)