24.11.2014 Views

flex Expert System Toolkit - LPIS

flex Expert System Toolkit - LPIS

flex Expert System Toolkit - LPIS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix C - KSL Keyword Glossary 209<br />

end<br />

equal<br />

every<br />

false<br />

KSL Context Formula<br />

Description Indicates the end of a loop statement.<br />

Used with for, repeat, while, if<br />

Example for X from -100 to 100<br />

do plot(X)<br />

end for<br />

KSL Context Formula<br />

Description Checks that two objects have the same value.<br />

Used with to<br />

Example if jugA`s contents are equal to 0<br />

then ...<br />

see all.<br />

KSL Context<br />

Description<br />

Used with<br />

Example<br />

Formula<br />

Tests whether a proposition does not hold.<br />

is<br />

if proposition is false<br />

then ...<br />

file<br />

see browse.<br />

first<br />

KSL Context<br />

Description<br />

Used with<br />

Example<br />

Sentence<br />

Used in ruleset to select rules using the built-in firstcome<br />

first-served rule selection algorithm.<br />

select rule using, come, served<br />

ruleset timetable<br />

contains all rules ;<br />

select rule using first come first<br />

served .<br />

for<br />

KSL Context Formula<br />

Description For loop.<br />

Used with from, to, step, do, end<br />

Example for X from -100 to 100 step 5<br />

do plot(X)<br />

end for<br />

<strong>flex</strong> toolkit

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!