-
Notifications
You must be signed in to change notification settings - Fork 2
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
existsPath #35
Comments
As explained elsewhere (offline in email?), this should go as a static method into a utility class. |
Otherwise, good. |
OK, I will add a class with utility functions and refactor... |
I have added a new class called OntologyAlgorithm, together with OntologyAlgorithmTest. These classes implement various static functions for searching for children, parents, descendents, ancestors, as well as the |
I would like to have a few more functions in ontolib. I will be making PRs. This is a function for whether there exists a path (declared in Ontology and implemented in ImmutableOntology)
The following tests are passed
The text was updated successfully, but these errors were encountered: