Changes
Page history
Class Diagram: add GetActions() to IInspectable
authored
Mar 01, 2021
by
Pőcze Barnabás
Show whitespace changes
Inline
Side-by-side
Class-Diagram.md
View page @
b8f4387a
...
...
@@ -14,7 +14,8 @@ package Model.Common {
}
interface IInspectable {
+ GetProperties()
+ GetProperties() : IEnumerable<Property>
+ GetActions() : IEnumerable<Action>
}
class Singleton {
...
...
...
...