Uses of Interface
fr.paris5.shaman.insight.data.TopicNode

Packages that use TopicNode
fr.paris5.shaman.insight.data Data objects passed as parameters to Operations.  
fr.paris5.shaman.insight.operation Operation objects encapsulate "things to do" on the server.  
 

Uses of TopicNode in fr.paris5.shaman.insight.data
 

Methods in fr.paris5.shaman.insight.data that return TopicNode
 TopicNode TopicNode.getParent()
           
 TopicNode TopicNode.getChildAt(int index)
           
 TopicNode[] TopicNode.getChildren()
           
 TopicNode TopicNode.getRoot()
           
 TopicNode[] TopicNode.flatten()
           
 

Uses of TopicNode in fr.paris5.shaman.insight.operation
 

Classes in fr.paris5.shaman.insight.operation that implement TopicNode
(package private)  class TopicNodeImpl
          Implementation of a TopicNode.
 

Fields in fr.paris5.shaman.insight.operation declared as TopicNode
private  TopicNode TopicNodeImpl.parent
           
 

Methods in fr.paris5.shaman.insight.operation that return TopicNode
 TopicNode TopicNodeImpl.getParent()
           
 TopicNode TopicNodeImpl.getChildAt(int index)
           
 TopicNode[] TopicNodeImpl.getChildren()
           
 TopicNode TopicNodeImpl.getRoot()
           
 TopicNode[] TopicNodeImpl.flatten()
           
 TopicNode GetTopicTreeOperation.getResult()
           
 

Methods in fr.paris5.shaman.insight.operation with parameters of type TopicNode
private  boolean TopicNodeImpl.nodeEquals(TopicNode other)
           
 boolean TopicNodeImpl.descendingEquals(TopicNode other)
           
private  void TopicNodeImpl.addChild(TopicNode child)
           
private  void TopicNodeImpl.addChildren(java.util.List list, TopicNode parent)
           
 



Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.