# File lib/rgen/metamodel_builder/intermediate/feature.rb, line 20
  def many?
    value(:upperBound) > 1 || value(:upperBound) == -1
  end