Methods - GraphWalker/graphwalker-project GitHub Wiki
Generates a list of unique names of vertices and edges in the model.
Options
-
--model,-mThe model(s), as a graphml file. This option can occur multiple times.
-
--blocked,-bThis option enables or disables the BLOCKED feature. When
-b trueGraphWalker will filter out elements in models with the keyword BLOCKED. When-b falseGraphWalker will not filter out any elements in models with the keyword BLOCKED. Default is true.