You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, many traversal and other functions have a lot of duplicated code to deal with masked (or stacked) graphs. I'd like to replace all those overloads by introducing Masked and Stacked graphs: they'll subclass the existing dBG, and take a dBG in their constructor, using the existing storage from the given dBG. They then simply reimplement the query method to do extra checks before / after the main storage query.
The text was updated successfully, but these errors were encountered:
Currently, many traversal and other functions have a lot of duplicated code to deal with masked (or stacked) graphs. I'd like to replace all those overloads by introducing Masked and Stacked graphs: they'll subclass the existing
dBG
, and take adBG
in their constructor, using the existingstorage
from the givendBG
. They then simply reimplement thequery
method to do extra checks before / after the main storage query.The text was updated successfully, but these errors were encountered: