package keel.Algorithms.Fuzzy_Rule_Learning.Genetic.ClassifierNSLV; public class Int_t { public int value; Int_t (int valor){ this.value = valor; } }