Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
MontiSecArc
Commits
2584b953
Commit
2584b953
authored
Dec 17, 2014
by
Paff
Browse files
Ausarbeitung
parent
f62afdc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
montiSecArcFE/src/test/resources/secarc/cds/CashDeskSystem.secarc
View file @
2584b953
...
...
@@ -16,7 +16,6 @@ component CashDeskSystem {
port
in
Event
newSale
,
in
Image
barcode
,
in
String
identifier
,
in
Event
endSale
,
out
ProductData
;
...
...
@@ -26,23 +25,16 @@ component CashDeskSystem {
in
Integer
pin
,
out
Boolean
validation
;
port
out
Bill
;
component
Store
{
port
in
String
identifier
,
out
ProductData
,
out
PaymentAck
;
port
in
SaleInformation
;
out
ProductData
;
}
component
CashDesk
cashDesk
[
bdOut
->
bank
.
bankData
;
saleInformation
->
store
.
saleInformation
];
[
bdOut
->
bank
.
bankData
];
component
Bank
;
...
...
montiSecArcFE/src/test/resources/secarc/cds/fe/CashDesk.secarc
View file @
2584b953
...
...
@@ -9,11 +9,9 @@ component CashDesk {
port
in
Event
newSale
,
in
Image
barcode
,
in
String
identifier
,
out
String
identifier
,
in
Event
endSale
,
in
ProductData
,
in
PaymentAck
,
out
ProductData
;
port
...
...
@@ -23,9 +21,5 @@ component CashDesk {
out
BankData
bdOut
,
in
PaymentAck
paIn
,
out
Boolean
validation
;
port
out
SaleInformation
,
out
Bill
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment