Class: CPEE::ProcessTransformation::Break
- Defined in:
- lib/cpee/processtransformation/structures.rb
Overview
}}}
Instance Attribute Summary
Attributes inherited from Node
#attributes, #endpoints, #id, #incoming, #label, #methods, #niceid, #outgoing, #parameters, #script, #script_id, #script_type, #script_var, #type
Instance Method Summary collapse
-
#initialize(incoming) ⇒ Break
constructor
A new instance of Break.
Methods included from Container
Constructor Details
#initialize(incoming) ⇒ Break
Returns a new instance of Break.
75 76 77 |
# File 'lib/cpee/processtransformation/structures.rb', line 75 def initialize(incoming) super '-1', :break, 'BREAK', incoming, [] end |