org.eucalyptus.analysesi.gui.graph
Class EntityCell

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

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

La représentation graphique d'une entité.

Author:
Loic Dreux

Field Summary
 
Fields inherited from class org.eucalyptus.egt.egraph.Cell
graphModelListeners, links, position
 
Constructor Summary
EntityCell(Entity entity)
          Le constructeur de EntityCell.
 
Method Summary
 Entity getEntity()
          Retourne l'entité associé à la cellule.
 
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

EntityCell

public EntityCell(Entity entity)
Le constructeur de EntityCell.

Parameters:
entity -
Method Detail

getEntity

public Entity getEntity()
Retourne l'entité associé à la cellule.

Returns:
l'entité associé à la cellule


Copyright © 2009. All Rights Reserved.