Package | Description |
---|---|
jfml.jaxb |
Methods for bindings the FML schema definition to java objects
|
jfml.rule |
Classes for implementing Rules as fuzzy expressions in the form of IF-THEN[-ELSE] involving linguistic variables and fuzzy operators.
|
Modifier and Type | Method and Description |
---|---|
AnYaAntecedentType |
ObjectFactory.createAnYaAntecedentType()
Create an instance of
AnYaAntecedentType |
Modifier and Type | Method and Description |
---|---|
AnYaAntecedentType |
AnYaRuleType.getAnYaAntecedent()
Gets the value of the property anYaAntecedent.
|
Modifier and Type | Method and Description |
---|---|
void |
AnYaRuleType.setAnYaAntecedent(AnYaAntecedentType value)
Sets the value of the property anYaAntecedent.
|
Constructor and Description |
---|
AnYaRuleType(java.lang.String name,
AnYaAntecedentType ant,
ConsequentType con)
Constructor using the name of the AnYa Rule, the Antecedent
AnYaAntecedentType and the Consequent ConsequentType |
AnYaRuleType(java.lang.String name,
AnYaAntecedentType ant,
TskConsequentType con)
Constructor using the name of the AnYa Rule, the Antecedent
AnYaAntecedentType and the TSK Consequent TskConsequentType |