%3 ::xowf::WorkflowConstruct ::xowf::WorkflowConstruct get_value ::xowf::WorkflowObject ::xowf::WorkflowObject ::xowf::WorkflowConstruct->::xowf::WorkflowObject ::xowf::WorkflowContainer ::xowf::WorkflowContainer ::xowf::WorkflowContainer->::xowf::WorkflowObject ::xotcl::Object ::xotcl::Object ::xowf::WorkflowObject->::xotcl::Object ::xowf::Action ::xowf::Action ::xowf::Action->::xowf::WorkflowConstruct ::xowf::Condition ::xowf::Condition ::xowf::Condition->::xowf::WorkflowConstruct ::xowf::State ::xowf::State ::xowf::State->::xowf::WorkflowConstruct

Class ::xowf::WorkflowConstruct

::xowf::WorkflowConstruct[i] create ... \
           [ -handled_roles (default "[list]") ] \
           [ -label (default "[namespace tail [self]]") ] \
           [ -name (default "[namespace tail [self]]") ]

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xowf::WorkflowObject[i]
  • subclass: ::xowf::Action[i], ::xowf::Condition[i], ::xowf::State[i]
::xotcl::Class create ::xowf::WorkflowConstruct \
     -superclass ::xowf::WorkflowObject

Methods (to be applied on instances)

  • get_value (scripted)

     <instance of xowf::WorkflowConstruct[i]> get_value

    Partial Call Graph (max 5 caller/called nodes):
    %3 test_workflow_constructs workflow_constructs (test ) xowf::WorkflowConstruct instproc get_value xowf::WorkflowConstruct instproc get_value test_workflow_constructs->xowf::WorkflowConstruct instproc get_value test_xowf xowf (test ) test_xowf->xowf::WorkflowConstruct instproc get_value

    Testcases:
    workflow_constructs, xowf
    foreach {cond value} [:get_cond_values $values] {
      if {$cond eq "" || $cond eq "default" || $cond eq "else" ||
          $cond == "true"} {
        return $value
      } elseif {[:$cond]} {
        return $value
      }
    }