Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
d23c4f82
Commit
d23c4f82
authored
6 years ago
by
apvrille
Browse files
Options
Downloads
Patches
Plain Diff
Adding operation Type. BEWARE: Cannot compile, will be solved in a few minutes
parent
d5aaba98
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modeling/DIPLODOCUS/SmartCardProtocol_test.xml
+582
-420
582 additions, 420 deletions
modeling/DIPLODOCUS/SmartCardProtocol_test.xml
src/main/java/tmltranslator/TMLTask.java
+3
-3
3 additions, 3 deletions
src/main/java/tmltranslator/TMLTask.java
with
585 additions
and
423 deletions
modeling/DIPLODOCUS/SmartCardProtocol_test.xml
+
582
−
420
View file @
d23c4f82
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
src/main/java/tmltranslator/TMLTask.java
+
3
−
3
View file @
d23c4f82
...
...
@@ -61,7 +61,7 @@ public class TMLTask extends TMLElement {
private
Set
<
TMLChannel
>
readTMLChannelsList
;
private
Set
<
TMLChannel
>
writeTMLChannelsList
;
private
Set
<
TMLEvent
>
eventsList
;
private
in
t
operationType
;
private
Str
in
g
operationType
;
private
boolean
isAttacker
;
public
TMLTask
(
String
name
,
Object
referenceToClass
,
Object
referenceToActivityDiagram
)
{
...
...
@@ -374,11 +374,11 @@ public class TMLTask extends TMLElement {
return
new
ArrayList
<
TMLEvent
>(
eventsList
);
}
public
void
addOperationType
(
in
t
_operationType
)
{
public
void
addOperationType
(
Str
in
g
_operationType
)
{
operationType
=
_operationType
;
}
public
in
t
getOperationType
()
{
public
Str
in
g
getOperationType
()
{
return
operationType
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment