ikbs.graphics.model
Class DescriptionToGraph

java.lang.Object
  extended by ikbs.graphics.model.DescriptionToGraph

public class DescriptionToGraph
extends java.lang.Object

Permet de créer l'arbre graphique en fonction d'un arbre de description


Constructor Summary
DescriptionToGraph(DescriptiveTreeViewer canvas)
           
 
Method Summary
 NoeudDescriptif asGraphic(DescriptiveComponent component)
          Pour générer un arbre graphique à partir d'un modèle Méthode récursive, retourne la racine de l'arbre graphique calculé
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionToGraph

public DescriptionToGraph(DescriptiveTreeViewer canvas)
Method Detail

asGraphic

public NoeudDescriptif asGraphic(DescriptiveComponent component)
Pour générer un arbre graphique à partir d'un modèle Méthode récursive, retourne la racine de l'arbre graphique calculé