Package org.apache.maven.repository
Class MetadataGraphNode
java.lang.Object
org.apache.maven.repository.MetadataGraphNode
MetadataGraph node - as it's a directed graph - holds adjacency lists for incident and exident nodes
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) List<MetadataGraphNode>
nodes, exident to this (I depend on)(package private) List<MetadataGraphNode>
nodes, incident to this (depend on me)(package private) MavenArtifactMetadata
node payload -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddExident
(MetadataGraphNode node) addIncident
(MetadataGraphNode node) boolean
int
hashCode()
-
Field Details
-
metadata
MavenArtifactMetadata metadatanode payload -
inNodes
List<MetadataGraphNode> inNodesnodes, incident to this (depend on me) -
exNodes
List<MetadataGraphNode> exNodesnodes, exident to this (I depend on)
-
-
Constructor Details
-
MetadataGraphNode
public MetadataGraphNode() -
MetadataGraphNode
-
-
Method Details