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
Using the current factory methods Graph::createVertex() and Vertex::createEdge() it's quite difficult to use e.g. an sub class of EdgeDirected there. We should actively encourage extending the base classes and perhaps at some point in time consider removing the create*() methods.
The text was updated successfully, but these errors were encountered:
Using the current factory methods
Graph::createVertex()
andVertex::createEdge()
it's quite difficult to use e.g. an sub class of EdgeDirected there. We should actively encourage extending the base classes and perhaps at some point in time consider removing thecreate*()
methods.The text was updated successfully, but these errors were encountered: