-
Notifications
You must be signed in to change notification settings - Fork 40
Should SmartDevice be under Computer? #674
Copy link
Copy link
Open
Labels
Description
Bug description
While discussing a phone concept with someone recently, I was showing a subclass hierarchy visualization, for uco-observable:SmartPhone:
I noticed that SmartDevice is not a subclass of Computer.
I'm having a hard time recalling if we intentionally set that to be the subclassing. I'm also having a hard time thinking of a smart device that is not, in at least some degree, a computer.
Should we shift SmartDevice to be a subclass of Computer, following the pattern used for a few similar shifts - warning if an instance of SmartDevice is not also additionally typed in user data to be a Computer?
Steps to reproduce
See the above figure.
Reactions are currently unavailable