module ElasticityGrammar::LogicCond0

Public Instance Methods

comp_op() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 310
def comp_op
  elements[2]
end
left() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 302
def left
  elements[0]
end
right() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 318
def right
  elements[4]
end
space1() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 306
def space1
  elements[1]
end
space2() click to toggle source
# File lib/opennebula/flow/grammar.rb, line 314
def space2
  elements[3]
end