Method: CPEE::ProcessTransformation::Parallel#initialize

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

#initialize(id, type, wait = '-1') ⇒ Parallel

Returns a new instance of Parallel.



131
132
133
134
135
136
137
# File 'lib/cpee/processtransformation/structures.rb', line 131

def initialize(id,type,wait='-1')
  @container = true
  @id = id
  @type = type
  @sub = []
  @wait = wait
end