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 {
}
interface IInspectable {
+ GetProperties()
+ GetProperties() : IEnumerable<Property>
+ GetActions() : IEnumerable<Action>
}
class Singleton {
......
......