public class FuzzyInferenceSystem extends FuzzySystemType
Java class for FuzzyInferenceSystem.
Constructor and Description |
---|
FuzzyInferenceSystem()
Default constructor
|
FuzzyInferenceSystem(FuzzySystemType fst)
Constructor using another FuzzySystemType instance
|
FuzzyInferenceSystem(java.lang.String name)
Constructor using the name of the FuzzySystem
|
addRuleBase, evaluate, getAllRuleBase, getInferenceResults, getJAXBElement, getKnowledgeBase, getName, getNetworkAddress, getRuleBase, getRuleBase, getVariable, getVariables, setKnowledgeBase, setName, setNetworkAddress, setVariableValue, toString
public FuzzyInferenceSystem()
public FuzzyInferenceSystem(java.lang.String name)
name
- the name of the fuzzy systempublic FuzzyInferenceSystem(FuzzySystemType fst)
fst
- FuzzySystemType