fr.cnes.sitools.project.graph.model
Class GraphNode

java.lang.Object
  extended by fr.cnes.sitools.project.graph.model.AbstractGraphNode
      extended by fr.cnes.sitools.project.graph.model.GraphNode

public final class GraphNode
extends AbstractGraphNode

GraphNode

Author:
m.gond (AKKA Technologies)

Field Summary
 
Fields inherited from class fr.cnes.sitools.project.graph.model.AbstractGraphNode
NODE_TYPE_DATASET, NODE_TYPE_NODE
 
Constructor Summary
GraphNode()
           
 
Method Summary
 java.util.ArrayList<AbstractGraphNode> getChildren()
          Gets the children value
 Resource getImage()
          Gets the image value
 void setChildren(java.util.ArrayList<AbstractGraphNode> children)
          Sets the value of children
 void setImage(Resource image)
          Sets the value of image
 
Methods inherited from class fr.cnes.sitools.project.graph.model.AbstractGraphNode
getDescription, getText, getType, isLeaf, setDescription, setLeaf, setText, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphNode

public GraphNode()
Method Detail

getImage

public Resource getImage()
Gets the image value

Returns:
the image

setImage

public void setImage(Resource image)
Sets the value of image

Parameters:
image - the image to set

getChildren

public java.util.ArrayList<AbstractGraphNode> getChildren()
Gets the children value

Returns:
the children

setChildren

public void setChildren(java.util.ArrayList<AbstractGraphNode> children)
Sets the value of children

Parameters:
children - the children to set


Copyright © 2010-2013 CNES. All Rights Reserved.