Uses of Class
org.episteme.core.mathematics.logic.fuzzy.RuleParsingException
Packages that use RuleParsingException
-
Uses of RuleParsingException in org.episteme.core.mathematics.logic.fuzzy
Methods in org.episteme.core.mathematics.logic.fuzzy that throw RuleParsingExceptionModifier and TypeMethodDescriptionParses and registers a new rule from its string representation.voidFuzzyEngine.evaluateRule(String rule) Evaluates a single rule provided as a string.Constructors in org.episteme.core.mathematics.logic.fuzzy that throw RuleParsingExceptionModifierConstructorDescriptionFuzzyRule(FuzzyEngine engine, String rule) Creates and parses a new FuzzyRule.