dlcole3 / DataGraphs.jl

MIT License
0 stars 0 forks source link

Add API for querrying information #8

Closed dlcole3 closed 1 year ago

dlcole3 commented 2 years ago

Should add functions to query data from the DataGraphs object. Also, add display and show functions for NodeData and EdgeData so that it displays the data matrix when you call it.

dlcole3 commented 2 years ago

Consider adding a ne/nn attribute to the DataGraph to contain the number of nodes or the number of edges. If nothing else, the API should have a ne() and nn() function enabled.