Skip to content

Commit

Permalink
added a participant alias method
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jun 30, 2024
1 parent be3d7dd commit cd8b8a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions repository/OpenPonk-BormModel/BormProcessNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ BormProcessNode >> outgoing [
^ transitions select: [ :each | each source = self ]
]

{ #category : 'accessing' }
BormProcessNode >> participant [

^ self owner
]

{ #category : 'removing' }
BormProcessNode >> removeAllTransitions [
transitions copy
Expand Down

0 comments on commit cd8b8a8

Please sign in to comment.