|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Modele du graphe.
Field Summary | |
---|---|
static int |
addLink
Ajoute un lien |
static int |
addNode
Ajoute un noeud |
static int |
addParameter
Ajoute un paramètre à un noeud. |
static int |
editDocumentation
Édite la documentation d'un éléments... |
static int |
updateProperty
event: update a model property. |
Method Summary | |
---|---|
ModelElement |
getRootElement()
Donne la racine du modèle. |
View |
getView()
donne la vue utilise par le modele. |
void |
modelEventPerformed(int type,
Object param)
recoit un modele. |
void |
prettyPrint(PrintStream out)
Fait un pretty print du modèle arborescent. |
void |
setView(View v)
Donne la vue actuellement utilise. |
Field Detail |
public static final int addNode
public static final int addLink
public static final int addParameter
public static final int editDocumentation
public static final int updateProperty
Method Detail |
public void modelEventPerformed(int type, Object param)
e
- a ModelEvent
valuepublic void setView(View v)
v
- a View
valuepublic View getView()
View
valuepublic void prettyPrint(PrintStream out)
out
- le flux qui contiendra le pretty printpublic ModelElement getRootElement()
ModelElement
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |