fungus.gui.myceliumgraph.modelNode
Class RootNode

java.lang.Object
  |
  +--fungus.gui.myceliumgraph.modelNode.Node
        |
        +--fungus.gui.myceliumgraph.modelNode.RootNode
All Implemented Interfaces:
ModelElement

public class RootNode
extends Node

Le Noeud racine du modéle.

Since:
Wed Oct 2 20:55:38 2002
Version:
$Id: RootNode.java,v 1.3 2002/10/28 10:41:42 djedi Exp $
Author:
"Valvassori Moïse"

Fields inherited from class fungus.gui.myceliumgraph.modelNode.Node
documentation, model, parent, property, type
 
Constructor Summary
RootNode(GraphModel m)
           
 
Method Summary
protected  boolean canAddChild(ModelElement n)
          peut-on ajouter cet élément ?
 
Methods inherited from class fungus.gui.myceliumgraph.modelNode.Node
addChild, addParameter, changeDocumentation, getChildsIterator, getChildsSize, getDocumentation, getId, getParameterIterator, getParent, getProperty, getType, parameterSize, prettyPrint, putProperty, removeChild, setId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootNode

public RootNode(GraphModel m)
Method Detail

canAddChild

protected boolean canAddChild(ModelElement n)
Description copied from class: Node
peut-on ajouter cet élément ?
Overrides:
canAddChild in class Node
Following copied from class: fungus.gui.myceliumgraph.modelNode.Node
Parameters:
n - l'élément à ajouter