Menu

Create FLC programmatically from scratch

Help
akaine
2014-02-27
2014-02-27
  • akaine

    akaine - 2014-02-27

    Hi everyone,

    First of all thanks for the great library. I tried to make one myself when I first encountered a need in fuzzy logic but then I found your project and it saved me hours if not days of work.

    My current question is pretty simple: How can I create an FCL from scratch programmatically?

    It seems there's a dependency circle in main classes constructors. While FunctionBlock requires a FIS instance (FunctionBlock(FIS fis)), the FIS requires a stringified functionblock (FIS.createFromString(String fclDefinition, boolean verbose)).

    Any suggestions?

     
  • akaine

    akaine - 2014-02-27

    Never mind, I solved my problem using a template fcl file...

     

Log in to post a comment.