Class Association

java.lang.Object
cruise.umple.compiler.Association

public class Association
extends java.lang.Object
Represents an association, typically between two Umple classes (1-1, 1-*, *-1, etc). An association in UML/Umple represents a relationship that exists at run time where instances of one class reference the other, and (if bidirectional) instance of the other class reference the first cass. The number of references is governed by the Multiplicity at each AssociationEnd