org.eucalyptus.analysesi.gui.graph
Class McdLink

java.lang.Object
  extended by org.eucalyptus.egt.egraph.Link<EntityCell,RelationCell>
      extended by org.eucalyptus.analysesi.gui.graph.McdLink

public class McdLink
extends org.eucalyptus.egt.egraph.Link<EntityCell,RelationCell>

Un lien dans un MCD entre une entité et une association.

Author:
Loic Dreux

Constructor Summary
McdLink(EntityCell firstCell, RelationCell secondCell)
          Construit un lien entre une entité et une association.
 
Method Summary
 
Methods inherited from class org.eucalyptus.egt.egraph.Link
getFirstCell, getSecondCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McdLink

public McdLink(EntityCell firstCell,
               RelationCell secondCell)
Construit un lien entre une entité et une association.

Parameters:
firstCell - L'entité
secondCell - L'association


Copyright © 2009. All Rights Reserved.