-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoyVoting.joak
More file actions
33 lines (32 loc) · 1.04 KB
/
toyVoting.joak
File metadata and controls
33 lines (32 loc) · 1.04 KB
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
//this is the joak script for testing ToyVoting
pathKeY : "dep/KeY.jar",
javaClass : "",
pathToJar : "testdata/toyVoting/build/toyVoting.jar",
pathToJavaFile : "testdata/toyVoting",
entryMethod : "toyVoting.Voter",
annotationPath : "",
fullyAutomatic : true,
sources : [
{
securityLevel : "high",
description : {from : "programPart", programPart : "toyVoting.Voter.high_inputStream"}
}
],
sinks : [
{
securityLevel : "low",
description : {from : "programPart", programPart : "toyVoting.Voter.low_outputStream"}
},
{
securityLevel : "low",
description : {from : "programPart", programPart : "toyVoting.Voter.low_outputStreamAvailable"}
},
{
securityLevel : "low",
description : {from : "programPart", programPart : "toyVoting.Voter.low_numOfVotes"}
},
{
securityLevel : "low",
description : {from : "programPart", programPart : "toyVoting.Voter.low_sendSuccessful"}
}
]