-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1System-FEEDBACK
53 lines (45 loc) · 915 Bytes
/
1System-FEEDBACK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"configurations" : {
"subnodes":[],
"equivalentSystem":"sistemafinale",
"subsystems":["sistema1"],
"retro":true,
"subConfig":"retro",
"name":"sistema2",
"systemPosition":""
},
"sistemsColletion":[
{
"name":"sistema1",
"states":["s1","s2"],
"initialstate":["s1"],
"input":["x"],
"output":["y"],
"updateFunctions":
[
{
"initialState":"s1",
"input":["x"],
"output":["y"],
"finalState":"s1"
}, {
"initialState":"s1",
"input":["-x"],
"output":[""],
"finalState":"s2"
},
{
"initialState":"s2",
"input":["-x"],
"output":["y"],
"finalState":"s2"
},{
"initialState":"s2",
"input":["x"],
"output":["y"],
"finalState":"s1"
}
]
}
]
}