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
Emre Sokullu edited this page Jun 2, 2017
·
3 revisions
Please note, in this current version, multi-inheritance is not supported. This means; a node can only have a single context. Although contexts may contain each other.
Plans
Add a config file which will allow the developer to change the graph's structural behavior according to their needs, so that they can limit subgraph recursiveness or enable multi-inheritance etc. However, this should never extend to the point where pho-lib-graph is a user-facing program. Pho-lib-graph should always remain neutral, programmatically extensible but never replace user-space programs. This is not the mission. This is intended to remain a library.
Must provide logging capabilities in conformance with Psr.
Remove unnecessary code related to 3.2 (join method, its unit tests and documentation)