Scenario Support


To help in scenario development there are several Groovy programs in the <DroolsTabScene>/support folder. To run them you have to evaluate one of the three scripts in the "scripts" list on the "Drools" Tab. These scripts output their messages into the "Drools" Tab console.

    "ScenSupport.ShareOntology" script

This script gives possibility to compare ontologies in two projects and copy different parts of ontologies from the one project to another. First you have to load the second project and after that you can compare and copy parts of the current project and the second one. Command "S-Copy Instances" means "shallow" copy that is instance values of the slots are not copied but substituted by found instances of the same class with the same "title" or "label" slot value.

    "ScenarioSupport.ScenarioProc" script

This script gives possibility to find and delete unrefferenced instances that can appear in a process of intence scenario editing. Also it can be used to delete scenarios and copy scenarios from the one project to another. First you also must load the second project. Command "Copy T-L Instances" means "deep" copy of instance values, but only if the instance of the same class and with the same "title" or "label" value does not find yet.

    "ScenarioSupport.WorkingMemory" script

This script gives possibility to get mo detailed view of the Expert System Working Memory during scenario replaying and other situations. These scenarios functionallity is fare from complete :)

Feel free to write me with any suggestions on additional functions.

    Ru (mailto:sorokin@oogis.ru)