Skip navigation links
A C D E F G H I J K L M N O P R S T V W Z _ 

A

accumulation(float, float) - Method in class jfml.knowledgebase.variable.FuzzyVariableType
- MAX for implementing the connector or with the maximum as defined from Equation (A.21); - PROBOR for implementing the connector or with the probabilistic sum as defined from Equation (A.22); - BSUM for implementing the operator or with the bounded sum as defined from Equation (A.23); - DRS for implementing the operator or with the drastic sum as defined from Equation (A.24); - ESUM for implementing the operator or with the Einstein sum as defined from Equation (A.25); - HSUM for implementing the operator or with the Hamacher sum as defined from Equation (A.26); - NILMAX for implementing the operator or with the Nilpotent maximum as defined from Equation (A.27); - custom_\S* for a custom method for implementing the connector or.
addAggregatedFuzzyTerm(AggregatedFuzzyTermType) - Method in class jfml.knowledgebase.variable.AggregatedFuzzyVariableType
Add a AggregatedFuzzyTermType
addAnYaRule(AnYaRuleType) - Method in class jfml.rulebase.AnYaRuleBaseType
Adds a AnYaRuleType to the list of rules
addClause(ClauseType) - Method in class jfml.rule.AntecedentType
Adds a ClauseType to the list of ClauseType
addClause(KnowledgeBaseVariable, FuzzyTerm) - Method in class jfml.rule.AntecedentType
Adds a ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addClause(KnowledgeBaseVariable, String) - Method in class jfml.rule.AntecedentType
Adds a ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addClause(ClauseType) - Method in class jfml.rule.ConsequentClausesType
Adds a ClauseType to the list
addClause(KnowledgeBaseVariable, Term) - Method in class jfml.rule.ConsequentClausesType
Adds a ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addElseClause(KnowledgeBaseVariable, FuzzyTerm) - Method in class jfml.rule.ConsequentType
Adds an ELSE ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addElseClause(KnowledgeBaseVariable, String) - Method in class jfml.rule.ConsequentType
Adds an ELSE ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addElseClause(ClauseType) - Method in class jfml.rule.ConsequentType
Adds an ELSE ClauseType
addEvaluation(float, float) - Method in class jfml.knowledgebase.variable.TskVariableType
 
addEvaluation(float, float) - Method in class jfml.knowledgebase.variable.TsukamotoVariableType
Adds a evaluation
addFuzzyTerm(FuzzyTermType) - Method in class jfml.knowledgebase.variable.FuzzyVariableType
Add a FuzzyTermType
addFuzzyTerm(String, int, float[]) - Method in class jfml.knowledgebase.variable.FuzzyVariableType
 
addInputVariable(FuzzyVariable) - Method in class jfml.knowledgebase.variable.TskVariableType
 
addPoint(PointType) - Method in class jfml.membershipfunction.PointSetMonotonicShapeType
Add a point to the list
addPoint(float, float) - Method in class jfml.membershipfunction.PointSetMonotonicShapeType
Add a point to the list
addRule(FuzzyRuleType) - Method in class jfml.rulebase.RuleBaseType
Adds a FuzzyRuleType to the list of rules
addRuleBase(FuzzySystemRuleBase) - Method in class jfml.jaxb.FuzzySystemType
Adds a new RuleBase to the fuzzySystem
addThenClause(KnowledgeBaseVariable, FuzzyTerm) - Method in class jfml.rule.ConsequentType
Adds a THEN ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addThenClause(KnowledgeBaseVariable, String) - Method in class jfml.rule.ConsequentType
Adds a THEN ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addThenClause(ClauseType) - Method in class jfml.rule.ConsequentType
Adds a THEN ClauseType
addTskClause(TskClauseType) - Method in class jfml.rule.TskConsequentClausesType
Adds a TskClauseType to the list of clauses
addTskClause(KnowledgeBaseVariable, Term) - Method in class jfml.rule.TskConsequentClausesType
Adds a TskClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addTskClause(KnowledgeBaseVariable, String) - Method in class jfml.rule.TskConsequentClausesType
Adds a TskClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addTskElseClause(KnowledgeBaseVariable, TskTerm) - Method in class jfml.rule.TskConsequentType
Adds a TSK ELSE ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addTskElseClause(TskClauseType) - Method in class jfml.rule.TskConsequentType
Adds a TSK ELSE TskClauseType
addTskRule(TskFuzzyRuleType) - Method in class jfml.rulebase.TskRuleBaseType
Adds a TskFuzzyRuleType to the list of rules
addTskTerm(TskTermType) - Method in class jfml.knowledgebase.variable.TskVariableType
 
addTskTerm(String, int, float[]) - Method in class jfml.knowledgebase.variable.TskVariableType
 
addTskThenClause(KnowledgeBaseVariable, TskTerm) - Method in class jfml.rule.TskConsequentType
Adds a Tsk THEN ClauseType with a KnowledgeBaseVariable and a FuzzyTerm
addTskThenClause(KnowledgeBaseVariable, String) - Method in class jfml.rule.TskConsequentType
 
addTskThenClause(TskClauseType) - Method in class jfml.rule.TskConsequentType
Adds a Tsk THEN TskClauseType
addTsukamotoTerm(TsukamotoTermType) - Method in class jfml.knowledgebase.variable.TsukamotoVariableType
 
addTsukamotoTerm(String, int, float[]) - Method in class jfml.knowledgebase.variable.TsukamotoVariableType
 
addVariable(KnowledgeBaseVariable) - Method in class jfml.knowledgebase.KnowledgeBaseType
Add a variable to the list of varibles
AggregatedFuzzyTermType - Class in jfml.term
Java class for aggregatedFuzzyTermType complex type.
AggregatedFuzzyTermType() - Constructor for class jfml.term.AggregatedFuzzyTermType
Default constructor
AggregatedFuzzyTermType(String) - Constructor for class jfml.term.AggregatedFuzzyTermType
Constructor using the name and the And AndAggregatedType and the OrAggregatedType OrAggregatedType
AggregatedFuzzyTermType(String, AggregatedType) - Constructor for class jfml.term.AggregatedFuzzyTermType
Constructor using an AggregatedType AggregatedType.
AggregatedFuzzyTermType(String, AndAggregatedType, OrAggregatedType) - Constructor for class jfml.term.AggregatedFuzzyTermType
Constructor using the name and the And AndAggregatedType and the OrAggregatedType OrAggregatedType
AggregatedFuzzyVariableType - Class in jfml.knowledgebase.variable
Java class for aggregatedFuzzyVariableType complex type.
AggregatedFuzzyVariableType() - Constructor for class jfml.knowledgebase.variable.AggregatedFuzzyVariableType
Default constructor
AggregatedFuzzyVariableType(String) - Constructor for class jfml.knowledgebase.variable.AggregatedFuzzyVariableType
Constructor with required parameters
AggregatedFuzzyVariableType(String, String) - Constructor for class jfml.knowledgebase.variable.AggregatedFuzzyVariableType
Constructor with required parameters
AggregatedType - Class in jfml.aggregated
Abstract class for representing the AggregatedType
AggregatedType() - Constructor for class jfml.aggregated.AggregatedType
Default constructor
aggregation(float[]) - Method in class jfml.rule.AnYaRuleType
 
aggregation(float[]) - Method in class jfml.rule.FuzzyRuleType
 
aggregation(float[]) - Method in class jfml.rule.Rule
Performs the combination of the multiple clauses contained in the antecedent part of a rule by means two connectors, and or or
aggregation(float[]) - Method in class jfml.rule.TskFuzzyRuleType
 
and(float[]) - Method in class jfml.rule.Rule
 
and(String, float[]) - Method in class jfml.rule.Rule
 
AndAggregatedType - Class in jfml.aggregated
Java class for andAggregatedType complex type.
AndAggregatedType() - Constructor for class jfml.aggregated.AndAggregatedType
Default constructor
AndAggregatedType(ClauseType, ClauseType) - Constructor for class jfml.aggregated.AndAggregatedType
And constructor using default t-norm = MIN
AndAggregatedType(ClauseType, AndAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
And constructor using default t-norm = MIN
AndAggregatedType(ClauseType, OrAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
And constructor using default t-norm = MIN
AndAggregatedType(AndAggregatedType, AndAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
And constructor using default t-norm = MIN
AndAggregatedType(AndAggregatedType, OrAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
And constructor using default t-norm = MIN
AndAggregatedType(OrAggregatedType, AndAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
And constructor using default t-norm = MIN
AndAggregatedType(OrAggregatedType, OrAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
And constructor using default t-norm = MIN
AndAggregatedType(String, ClauseType, ClauseType) - Constructor for class jfml.aggregated.AndAggregatedType
AND constructor using t-norm as method for and operator
AndAggregatedType(String, ClauseType, AndAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
AND constructor using t-norm as method for and operator
AndAggregatedType(String, ClauseType, OrAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
AND constructor using t-norm as method for and operator
AndAggregatedType(String, AndAggregatedType, AndAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
AND constructor using t-norm as method for and operator
AndAggregatedType(String, AndAggregatedType, OrAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
AND constructor using t-norm as method for and operator
AndAggregatedType(String, OrAggregatedType, AndAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
AND constructor using t-norm as method for and operator
AndAggregatedType(String, OrAggregatedType, OrAggregatedType) - Constructor for class jfml.aggregated.AndAggregatedType
AND constructor using t-norm as method for and operator
AndLogicalType - Class in jfml.operator
Java class for andLogicalType complex type.
AndLogicalType() - Constructor for class jfml.operator.AndLogicalType
Default constructor
AndLogicalType(String, String) - Constructor for class jfml.operator.AndLogicalType
And constructor using default t-norm = MIN
AndLogicalType(String, AndLogicalType) - Constructor for class jfml.operator.AndLogicalType
And constructor using default t-norm = MIN
AndLogicalType(String, OrLogicalType) - Constructor for class jfml.operator.AndLogicalType
And constructor using default t-norm = MIN
AndLogicalType(AndLogicalType, AndLogicalType) - Constructor for class jfml.operator.AndLogicalType
And constructor using default t-norm = MIN
AndLogicalType(AndLogicalType, OrLogicalType) - Constructor for class jfml.operator.AndLogicalType
And constructor using default t-norm = MIN
AndLogicalType(OrLogicalType, AndLogicalType) - Constructor for class jfml.operator.AndLogicalType
And constructor using default t-norm = MIN
AndLogicalType(OrLogicalType, OrLogicalType) - Constructor for class jfml.operator.AndLogicalType
And constructor using default t-norm = MIN
AndLogicalType(String, String, String) - Constructor for class jfml.operator.AndLogicalType
AND constructor using t-norm as method for and operator
AndLogicalType(String, String, AndLogicalType) - Constructor for class jfml.operator.AndLogicalType
AND constructor using t-norm as method for and operator
AndLogicalType(String, String, OrLogicalType) - Constructor for class jfml.operator.AndLogicalType
AND constructor using t-norm as method for and operator
AndLogicalType(String, AndLogicalType, AndLogicalType) - Constructor for class jfml.operator.AndLogicalType
AND constructor using t-norm as method for and operator
AndLogicalType(String, AndLogicalType, OrLogicalType) - Constructor for class jfml.operator.AndLogicalType
AND constructor using t-norm as method for and operator
AndLogicalType(String, OrLogicalType, AndLogicalType) - Constructor for class jfml.operator.AndLogicalType
AND constructor using t-norm as method for and operator
AndLogicalType(String, OrLogicalType, OrLogicalType) - Constructor for class jfml.operator.AndLogicalType
AND constructor using t-norm as method for and operator
AntecedentType - Class in jfml.rule
Java class for antecedentType complex type.
AntecedentType() - Constructor for class jfml.rule.AntecedentType
Default constructor
AntecedentType(List<ClauseType>) - Constructor for class jfml.rule.AntecedentType
Constructor using a list of ClauseType
AnYaAntecedentType - Class in jfml.rule
Java class for anYaAntecedentType complex type.
AnYaAntecedentType() - Constructor for class jfml.rule.AnYaAntecedentType
Default constructor
AnYaAntecedentType(AnYaDataCloudType) - Constructor for class jfml.rule.AnYaAntecedentType
Constructor using a data cloud AnYaDataCloudType
AnYaDataCloudType - Class in jfml.knowledgebase.variable
Java class for anYaDataCloudType complex type.
AnYaDataCloudType() - Constructor for class jfml.knowledgebase.variable.AnYaDataCloudType
Default constructor
AnYaDataCloudType(String) - Constructor for class jfml.knowledgebase.variable.AnYaDataCloudType
Constructor using the name
AnYaDataCloudType(String, List<Double>) - Constructor for class jfml.knowledgebase.variable.AnYaDataCloudType
Constructor using the name
AnYaRuleBaseType - Class in jfml.rulebase
Java class for anYaRuleBaseType complex type.
AnYaRuleBaseType() - Constructor for class jfml.rulebase.AnYaRuleBaseType
Default constructor
AnYaRuleBaseType(String) - Constructor for class jfml.rulebase.AnYaRuleBaseType
Constructor using the name of AnYa rule base
AnYaRuleType - Class in jfml.rule
Java class for anYaRuleType complex type.
AnYaRuleType() - Constructor for class jfml.rule.AnYaRuleType
Constructor by default
AnYaRuleType(String) - Constructor for class jfml.rule.AnYaRuleType
Constructor with parameters by default
AnYaRuleType(String, AnYaAntecedentType, ConsequentType) - Constructor for class jfml.rule.AnYaRuleType
Constructor using the name of the AnYa Rule, the Antecedent AnYaAntecedentType and the Consequent ConsequentType
AnYaRuleType(String, AnYaAntecedentType, TskConsequentType) - Constructor for class jfml.rule.AnYaRuleType
Constructor using the name of the AnYa Rule, the Antecedent AnYaAntecedentType and the TSK Consequent TskConsequentType
AnYaRuleType(String, Float) - Constructor for class jfml.rule.AnYaRuleType
Constructor using the name and the weight of the AnYa Rule
A C D E F G H I J K L M N O P R S T V W Z _ 
Skip navigation links