Class Diagram: add GetActions() to IInspectable authored by Pőcze Barnabás's avatar Pőcze Barnabás
...@@ -14,7 +14,8 @@ package Model.Common { ...@@ -14,7 +14,8 @@ package Model.Common {
} }
interface IInspectable { interface IInspectable {
+ GetProperties() + GetProperties() : IEnumerable<Property>
+ GetActions() : IEnumerable<Action>
} }
class Singleton { class Singleton {
... ...
......