Uses of Class
ikbs.classification.weakHierarchy.Boule

Packages that use Boule
ikbs.classification.weakHierarchy   
ikbs.classification.weakHierarchy.graphics   
 

Uses of Boule in ikbs.classification.weakHierarchy
 

Methods in ikbs.classification.weakHierarchy that return Boule
 Boule WeakHierarchy.bouleMaxSize()
           
 

Methods in ikbs.classification.weakHierarchy with parameters of type Boule
 boolean Boule.inclusExtension(Boule b)
          test de l'inclusion de l'extension de this dans celle de b
 boolean Boule.inclusIntension(Boule b)
          test de l'inclusion des valeurs de l'intension de b dans celle de this
 

Uses of Boule in ikbs.classification.weakHierarchy.graphics
 

Fields in ikbs.classification.weakHierarchy.graphics declared as Boule
protected  Boule BouleEditor.boule
           
 

Constructors in ikbs.classification.weakHierarchy.graphics with parameters of type Boule
BouleEditor(java.lang.String nom, Boule b)