<JOIN> : Join parameters

Java class : leon.info.daemon.LyJoinDaemon

ROLE

The join information tells how to compute a (n,m) relation between two classes.

ATTRIBUTES

<!ATTLIST JOIN
	  joinClass IDREF #REQUIRED
	  sourceRelation IDREF #REQUIRED
	  targetRelation IDREF #REQUIRED>
Attribute Mand. Description Default
joinClass yes Reference to the class info representing the join class.  
sourceRelation yes Reference to the relation in the join class that points to the object that owns the managed relation.  
targetRelation yes Reference to the relation in the join class that points to the class(es) pointed by the managed relation.