Ruby-Graphviz icon indicating copy to clipboard operation
Ruby-Graphviz copied to clipboard

Is there any method to get graph for one node

Open nvoynov opened this issue 8 years ago • 0 comments

Hello,

Suppose, I have a big requirements dependencies graph with any of next variants:

user story -> use case -> func. requirement -> source file -> test source
use case -> test case -> test source

I have built a full requirements dependencies graph. Can I have subtree from this full tree for certain func. requirement, it predecessors use case and user story as well as depend source files and test sources? Is there any built-in method in this gem?

nvoynov avatar Jan 24 '17 15:01 nvoynov