Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add method to get all concrete subtypes of a given set interface #1159

Closed
mforets opened this issue Feb 25, 2019 · 1 comment
Closed

Add method to get all concrete subtypes of a given set interface #1159

mforets opened this issue Feb 25, 2019 · 1 comment
Assignees
Labels
usability 🖱️ Simplifies the usage or interface

Comments

@mforets
Copy link
Member

mforets commented Feb 25, 2019

subtypes returns concrete and abstract types:

julia> first(subtypes(LazySet))
AbstractCentrallySymmetric

julia> last(subtypes(LazySet))
ResetMap

In some cases it is useful to be able to ask for all concrete subtypes of a given set interface.

@schillic
Copy link
Member

We can outsource this piece of code.

@schillic schillic added the usability 🖱️ Simplifies the usage or interface label Feb 25, 2019
mforets added a commit that referenced this issue Mar 4, 2019
#1159 - Add subtypes function with concrete argument
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability 🖱️ Simplifies the usage or interface
Projects
None yet
Development

No branches or pull requests

2 participants