AROM-2_2_13

arom.kr.model
Interface Multiplicity


public interface Multiplicity

Multiplicity.java The multiplicity of a role r has the same meaning than in UML. It's an number interval where, if all others roles of the tuple are valued, the number of possible AMObject for r belongs to this interval.

Author:
Veronique DUPIERRIS

Method Summary
 Integer getMaximum()
          Return the maximum multiplicity.
 Integer getMinimum()
          Return the minimum multiplicity.
 Role getRole()
          Return the Role to which this multiplicity is applied to.
 

Method Detail

getMinimum

public Integer getMinimum()
Return the minimum multiplicity.


getMaximum

public Integer getMaximum()
Return the maximum multiplicity.


getRole

public Role getRole()
Return the Role to which this multiplicity is applied to.


AROM-2_2_13