home Forums # Technical Support jFuzzyLite Assigning Values Reply To: jFuzzyLite Assigning Values

#2111
Unknown
Member

Thanks! The source is very easy to understand after going through it for some time, I was just thrown off at first. If anyone is wondering how I fixed my problem I used:

//input values
engine1.setInputValue(“Inputvar1”, int i);
engine1.setInputValue(“Inputvar2”, int j);
engine1.setInputValue(“Inputvar3”, int x);
engine1.process();

//output value
engine1.getOutputValue(“Outputvar”);