Package | Description |
---|---|
jfml.jaxb |
Methods for bindings the FML schema definition to java objects
|
jfml.rulebase |
Classes for representing collections of fuzzy rules to model a system behavior (Mamdani, Tsukamoto, TSK and AnYa).
|
Modifier and Type | Method and Description |
---|---|
AnYaRuleType |
ObjectFactory.createAnYaRuleType()
Create an instance of
AnYaRuleType |
Modifier and Type | Method and Description |
---|---|
java.util.List<AnYaRuleType> |
AnYaRuleBaseType.getAnYaRules()
Gets the value of the anYaRule property.
|
Modifier and Type | Method and Description |
---|---|
void |
AnYaRuleBaseType.addAnYaRule(AnYaRuleType rule)
Adds a AnYaRuleType to the list of rules
|