Uses of Class
ikbs.learning.induction.Moteur

Packages that use Moteur
ikbs.graphics   
ikbs.kbServer   
ikbs.learning   
ikbs.learning.graph   
 

Uses of Moteur in ikbs.graphics
 

Fields in ikbs.graphics declared as Moteur
protected  Moteur KnowledgeManager.moteur
           
 

Uses of Moteur in ikbs.kbServer
 

Fields in ikbs.kbServer declared as Moteur
 Moteur KBServer.moteur
           
 

Uses of Moteur in ikbs.learning
 

Fields in ikbs.learning declared as Moteur
protected  Moteur LearningApplet.moteur
           
 

Methods in ikbs.learning that return Moteur
 Moteur LearningApplet.getMoteur()
          Affectation du moteur d'induction
 

Methods in ikbs.learning with parameters of type Moteur
 void LearningApplet.setMoteur(Moteur m)
          Accès au moteur d'induction
 

Uses of Moteur in ikbs.learning.graph
 

Methods in ikbs.learning.graph that return Moteur
 Moteur DecisionTreeEditor.getMoteur()
          Affectation du moteur d'induction
 Moteur DecisionTreeContainer.getMoteur()
          Affectation du moteur d'induction
 

Methods in ikbs.learning.graph with parameters of type Moteur
 void DecisionTreeEditor.setMoteur(Moteur m)
          Accès au moteur d'induction
 void DecisionTreeContainer.setMoteur(Moteur m)
          Accès au moteur d'induction
 

Constructors in ikbs.learning.graph with parameters of type Moteur
DecisionTreeEditor(java.lang.String nom, KnowledgeEditor km, Moteur moteur)