Method: CPEE::ProcessTransformation::Traces#remove_by_endnode

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

#remove_by_endnode(enode) ⇒ Object



268
269
270
271
272
# File 'lib/cpee/processtransformation/structures.rb', line 268

def remove_by_endnode(enode)
  self.delete_if do |t|
    t[0] != enode
  end
end