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)


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

def condition?; false; end

#to_sObject



236
237
238
# File 'lib/cpee/processtransformation/structures.rb', line 236

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