Skip to content

Commit

Permalink
Added atAttribute method to DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
YvanGuifo committed Apr 24, 2022
1 parent f73190c commit 913aa0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Kendrick/KendrickModelingComponent.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ KendrickModelingComponent >> allTransitionsFor: aFromToList [

]

{ #category : #accessing }
KendrickModelingComponent >> atAttribute: aSymbol [
^ attributes at: aSymbol
]

{ #category : #'public-api' }
KendrickModelingComponent >> attribute: anArray [
|attVals|
Expand Down

0 comments on commit 913aa0a

Please sign in to comment.