-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExampleHintsDisjoint_NoHint_NoHint.txt
29 lines (24 loc) · 1.8 KB
/
ExampleHintsDisjoint_NoHint_NoHint.txt
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
Abstract Model Details
=======================
Groups' definition
~~~~~~~~~~~~~~~~~~
Group |Expression |VM
Dumbledore1 | |Dumbledore1
Dumbledore2 | |Dumbledore2
Gryffindor | |Gryffindor
Hufflepuff | |Hufflepuff
Slytherin | |Slytherin
Allow Only Rules
~~~~~~~~~~~~~~~~~
inbound rules
Original allow rule priority |Rule id |Src |Dst |Connection
0 |9200 |(group = Dumbledore1 and group != Dumbledore2) |(group != Slytherin) |All Connections
0 |9200 |(group = Dumbledore1) |(group != Slytherin and group != Gryffindor) |All Connections
1 |9201 |(group = Dumbledore2 and group != Dumbledore1) |(group != Gryffindor) |All Connections
1 |9201 |(group = Dumbledore2) |(group != Slytherin and group != Gryffindor) |All Connections
outbound rules
Original allow rule priority |Rule id |Src |Dst |Connection
0 |9200 |(group = Dumbledore1 and group != Dumbledore2) |(group != Slytherin) |All Connections
0 |9200 |(group = Dumbledore1) |(group != Slytherin and group != Gryffindor) |All Connections
1 |9201 |(group = Dumbledore2 and group != Dumbledore1) |(group != Gryffindor) |All Connections
1 |9201 |(group = Dumbledore2) |(group != Slytherin and group != Gryffindor) |All Connections