-
Notifications
You must be signed in to change notification settings - Fork 116
JSON file format: action
Kristian Karl edited this page Sep 28, 2019
·
1 revision
A single GraphWalker action representation in JSON.
"<JAVA SCRIPT;>"
The action is a piece of java script code that you want the model to execute.
It has to end with a semicolon.
This is an example of an action from the PetClinic test.
"numOfPets=0;"