Method: CPEE::ProcessTransformation::Conditional#initialize

Defined in:
lib/cpee/processtransformation/structures.rb

#initialize(id, mode, type) ⇒ Conditional

Returns a new instance of Conditional.



151
152
153
154
155
156
157
158
# File 'lib/cpee/processtransformation/structures.rb', line 151

def initialize(id,mode,type)
  @container = true
  @id = id
  @sub = []
  @mode = mode
  @type = type
  @attributes = {}
end