# 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 AssociationRule


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

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

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

  def delete
    @deleted = true
  end

  def getPrimaryMetricValue ()
    fail NotImplementedError, "Method, AssociationRule.getPrimaryMetricValue, must be implemented."
  end



end
end