mirror of
https://github.com/marcin-szczepanski/jFuzzyLogic.git
synced 2024-11-03 17:50:28 +01:00
Project updated
This commit is contained in:
parent
245e2bb2b9
commit
f53f231eb6
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -71,9 +71,6 @@ public class FunctionBlock extends FclObject implements Iterable<RuleBlock>, Com
|
||||
|
||||
/**
|
||||
* Create a defuzzifier based on defuziffier's name and a variable
|
||||
* @param defuzzificationMethodType
|
||||
* @param variable
|
||||
* @return
|
||||
*/
|
||||
protected Defuzzifier createDefuzzifier(String defuzzificationMethodType, Variable variable) {
|
||||
Defuzzifier defuzzifier;
|
||||
|
@ -43,8 +43,7 @@ public class Variable extends FclObject implements Comparable<Variable>, Iterabl
|
||||
}
|
||||
|
||||
/**
|
||||
* Default constructor
|
||||
* @param name : Variable's name
|
||||
* Constructor
|
||||
*/
|
||||
public Variable(String name, double universeMin, double universeMax) {
|
||||
if (name == null) throw new RuntimeException("Variable's name can't be null");
|
||||
|
Loading…
Reference in New Issue
Block a user