ikbs.learning.induction
Class ValPartition

java.lang.Object
  extended by ikbs.learning.induction.ValPartition

public class ValPartition
extends java.lang.Object


Constructor Summary
ValPartition(Value v)
           
 
Method Summary
 int frequence()
           
 java.lang.String nom()
          Retourne la valeur sous forme de String
 java.lang.String toString()
           
 Value value()
          Retourne la Value correspondante
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValPartition

public ValPartition(Value v)
Method Detail

value

public Value value()
Retourne la Value correspondante


nom

public java.lang.String nom()
Retourne la valeur sous forme de String


frequence

public int frequence()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object