org.eucalyptus.analysesi.gui.graph
Class RelationCell

java.lang.Object
  extended by org.eucalyptus.egt.egraph.Cell
      extended by org.eucalyptus.analysesi.gui.graph.RelationCell

public class RelationCell
extends org.eucalyptus.egt.egraph.Cell

La représentation graphique d'une association

Author:
Loic Dreux

Field Summary
 
Fields inherited from class org.eucalyptus.egt.egraph.Cell
graphModelListeners, links, position
 
Constructor Summary
RelationCell(Relation relation)
          Le constructeur de Relation.
 
Method Summary
 Relation getRelation()
          Retourne la relation.
 
Methods inherited from class org.eucalyptus.egt.egraph.Cell
addGraphModelListener, addLink, getLinkBetweenCells, getLinkedCells, getLinks, getPosition, isLinkedWith, removeGraphModelListener, setPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationCell

public RelationCell(Relation relation)
Le constructeur de Relation.

Parameters:
relation -
Method Detail

getRelation

public Relation getRelation()
Retourne la relation.

Returns:
la relation


Copyright © 2009. All Rights Reserved.