Class ::xowf::Condition

::xowf::Condition[i] create ... \
           [ -expr expr ]

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xowf::WorkflowConstruct[i]
::xotcl::Class create ::xowf::Condition \
     -superclass ::xowf::WorkflowConstruct

Methods (to be applied on instances)

  • defaultmethod (scripted)

    set obj [[:wf_context] object]
    expr ${:expr}
  • expr (setter)

  • init (scripted)

    set wfc [[:wf_context] wf_container]
    ${wfc}::Action instforward [namespace tail [self]] [self]
    ${wfc}::State  instforward [namespace tail [self]] [self]