- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowf::WorkflowConstruct
::xowf::WorkflowConstruct create ... \
[ -handled_roles (default "[list]") ] \
[ -label (default "[namespace tail [self]]") ] \
[ -name (default "[namespace tail [self]]") ]
Defined in
Class Relations
- class: ::xotcl::Class
- superclass: ::xowf::WorkflowObject
- subclass: ::xowf::Condition, ::xowf::State, ::xowf::Action
::xotcl::Class create ::xowf::WorkflowConstruct \ -superclass ::xowf::WorkflowObjectMethods (to be applied on instances)
get_value (scripted)
<instance of xowf::WorkflowConstruct> 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 } }Variables
::xowf::WorkflowConstruct set __default_metaclass ::xotcl::Class ::xowf::WorkflowConstruct set __default_superclass ::xotcl::Object
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables