|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eucalyptus.egt.egraph.DefaultGraphModel
org.eucalyptus.analysesi.gui.graph.McdGraphModel
public class McdGraphModel
Ce GraphModel
est utilisé pour affiché le MCD.
Field Summary |
---|
Fields inherited from class org.eucalyptus.egt.egraph.DefaultGraphModel |
---|
cells, graphModelListenerList, links |
Constructor Summary | |
---|---|
McdGraphModel(MCD mcd)
Le constructeur du McdGraphModel . |
Method Summary | |
---|---|
EntityCell |
getEntityCell(Entity entity)
Retourne la cellule associée à l'entité. |
RelationCell |
getRelationCell(Relation relation)
Retourne la cellule associée à l'association. |
Methods inherited from class org.eucalyptus.egt.egraph.DefaultGraphModel |
---|
addGraphModelListener, cellMoved, fireCellChanged, fireCellInserted, fireCellRemoved, getCells, getLinks, insertCell, removeCell, removeGraphModelListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public McdGraphModel(MCD mcd)
McdGraphModel
.
mcd
- Le mcd associé à ce modèleMethod Detail |
---|
public EntityCell getEntityCell(Entity entity)
entity
- l'entité
public RelationCell getRelationCell(Relation relation)
relation
- l'association
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |