Class: CPEE::ProcessTransformation::Break

Inherits:
Node
  • Object
show all
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

Methods included from Container

#container?

Constructor Details

#initialize(incoming) ⇒ Break

Returns a new instance of Break.



76
77
78
# File 'lib/cpee/processtransformation/structures.rb', line 76

def initialize(incoming)
  super '-1', :break, 'BREAK', incoming, []
end