Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

Uses of Class
informationexchange.LearnTree

Packages that use LearnTree
informationexchange   
 

Uses of LearnTree in informationexchange
 

Fields in informationexchange declared as LearnTree
protected  LearnTree PlanInformation.learnTree
          Der LearnTree.
private  LearnTree LearnTree.prev
          Zeiger auf den Vorg?ngerknoten.
private  LearnTree[] LearnTree.next
          Feld von Zeigern auf die Nachfolgeknoten.
 

Methods in informationexchange that return LearnTree
 LearnTree PlanInformation.getLearnTree()
           
 LearnTree LearnTree.getRoot()
           
 LearnTree LearnTree.getNext(int i)
          Liefert einen Nachfolgeknoten.
 LearnTree LearnTree.setNext(LearnTree next, int i)
          Setzt einen LearnTree als Nachfolgeknoten.
 LearnTree LearnTree.getPrev()
           
 LearnTree LearnTree.setPrev(LearnTree prev)
          Weist einem Knoten einen Vorg?ngerknoten zu.
 LearnTree PlanTree.toLearnTree()
          Exportiert die f?r die Lerner wichtigen Informationen in einen LearnTree.
 

Methods in informationexchange with parameters of type LearnTree
 LearnTree LearnTree.setNext(LearnTree next, int i)
          Setzt einen LearnTree als Nachfolgeknoten.
 LearnTree LearnTree.setPrev(LearnTree prev)
          Weist einem Knoten einen Vorg?ngerknoten zu.