Re: [Ffll-devel] Nested Rules Possible ?
Brought to you by:
michaelz
|
From: Michael Z. <Mic...@Lo...> - 2003-02-20 13:43:04
|
I can't see anything in the FCL standard that prevents these type of =
nested rules, but FFLL doesn't deal with them
for things like:
=20
>> IF hydrogen IS high AND methane IS not_high THEN state IS overload;
>> IF state IS overload AND filling_level IS full THEN feed IS stop;
I would create two FFLL models. One that has 'state' as output and =
another that uses that value as an input. In the example above, 2 models =
would be needed as the output variables are different ('state' and =
'feed')
Michael Z
|