Class: CPEE::ProcessTransformation::Tree

Inherits:
Array
  • Object
show all
Defined in:
lib/cpee/processtransformation/structures.rb

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#condition?Boolean

{{{

Returns:

  • (Boolean)


230
# File 'lib/cpee/processtransformation/structures.rb', line 230

def condition?; false; end

#to_sObject



232
233
234
# File 'lib/cpee/processtransformation/structures.rb', line 232

def to_s
  "TREE:\n" << print_tree(self)
end