depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.core.graph
/
DependencyGraph
Dependency
Graph
class
DependencyGraph
(
rootNodes
:
List
<
DependencyNode
>
=
emptyList()
)
Members
Constructors
Dependency
Graph
Link copied to clipboard
constructor
(
rootNodes
:
List
<
DependencyNode
>
=
emptyList()
)
Functions
get
All
Nodes
Link copied to clipboard
fun
getAllNodes
(
)
:
List
<
DependencyNode
>
get
All
Vulnerable
Nodes
Link copied to clipboard
fun
getAllVulnerableNodes
(
)
:
List
<
DependencyNode
>