-
Notifications
You must be signed in to change notification settings - Fork 1
/
liv-mapc2019TeamB.jcm
executable file
·88 lines (71 loc) · 2.64 KB
/
liv-mapc2019TeamB.jcm
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
mas scenario {
agent agent1: agentB.asl {
join: agentart
focus: agentart.eis_art_agent1, team::agentart.team_artifact
goals: register("connectionB1")
}
agent agent2: agentB.asl {
join: agentart
focus: agentart.eis_art_agent2, team::agentart.team_artifact
goals: register("connectionB2")
}
agent agent3: agentB.asl {
join: agentart
focus: agentart.eis_art_agent3, team::agentart.team_artifact
goals: register("connectionB3")
}
agent agent4: agentB.asl {
join: agentart
focus: agentart.eis_art_agent4, team::agentart.team_artifact
goals: register("connectionB4")
}
agent agent5: agentB.asl {
join: agentart
focus: agentart.eis_art_agent5, team::agentart.team_artifact
goals: register("connectionB5")
}
agent agent6: agentB.asl {
join: agentart
focus: agentart.eis_art_agent6, team::agentart.team_artifact
goals: register("connectionB6")
}
agent agent7: agentB.asl {
join: agentart
focus: agentart.eis_art_agent7, team::agentart.team_artifact
goals: register("connectionB7")
}
agent agent8: agentB.asl {
join: agentart
focus: agentart.eis_art_agent8, team::agentart.team_artifact
goals: register("connectionB8")
}
agent agent9: agentB.asl {
join: agentart
focus: agentart.eis_art_agent9, team::agentart.team_artifact
goals: register("connectionB9")
}
agent agent10: agentB.asl {
join: agentart
focus: agentart.eis_art_agent10, team::agentart.team_artifact
goals: register("connectionB10")
}
workspace agentart {
artifact eis_art_agent1: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig1.json")
artifact eis_art_agent2: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig2.json")
artifact eis_art_agent3: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig3.json")
artifact eis_art_agent4: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig4.json")
artifact eis_art_agent5: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig5.json")
artifact eis_art_agent6: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig6.json")
artifact eis_art_agent7: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig7.json")
artifact eis_art_agent8: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig8.json")
artifact eis_art_agent9: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig9.json")
artifact eis_art_agent10: env.EISArtifact("conf/eisconfig/localhost/teamB/eismassimconfig10.json")
artifact team_artifact: env.TeamArtifact()
}
// organisation org : org.xml{
// group g1 : team
// }
asl-path: src/agt
src/agt/inc
platform: cartago("infrastructure")
}