# PLEASE DO NOT EDIT THIS CODE
# This code was generated using the UMPLE 1.21.0.4952 modeling language!
# NOTE: Ruby generator is experimental and is missing some features available in
# in other Umple generated languages like Java or PHP

module Example

class Rule < AssociationRule


  #------------------------
  # CONSTRUCTOR
  #------------------------

  def initialize()
    super()
    @initialized = false
    @deleted = false
    @initialized = true
  end

  #------------------------
  # INTERFACE
  #------------------------

  def delete
    @deleted = true
    super
  end

  def getPrimaryMetricValue ()
    0.0
  end



end
end