Package net.sourceforge.jFuzzyLogic.rule

Examples of net.sourceforge.jFuzzyLogic.rule.RuleBlock.toStringFcl()


    for( Iterator<String> it = al.iterator(); it.hasNext(); ) {
      String ruleSetName = it.next();
      RuleBlock ruleBlock = getFuzzyRuleBlock(ruleSetName);

      // Convert ruleSet to string (using FLC?)
      ruleBlocksStr.append(ruleBlock.toStringFcl());
    }

    // Build the whole thing
    return "FUNCTION_BLOCK " + name + "\n\n" //
        + varsIn + "\n" //
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.