Toggle navigation
Home
com.google.common.graph.MutableGraph to com.google.common.graph.MutableValueGraph
No. of Instances - 5
No. of Commits - 1
No. of Projects - {'guava'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
edge.nodeA()
to
edge.nodeU()
edge.nodeB()
to
edge.nodeV()
edge.nodeB()
to
otherNode
edge.nodeA()
to
node
GraphBuilder
to
ValueGraphBuilder.directed().allowsSelfLoops(true)
GraphBuilder
to
ValueGraphBuilder.directed()
GraphBuilder.directed().allowsSelfLoops(true)
to
ValueGraphBuilder
GraphBuilder.directed()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.undirected().allowsSelfLoops(true)
GraphBuilder
to
ValueGraphBuilder.undirected()
GraphBuilder.undirected().allowsSelfLoops(true)
to
ValueGraphBuilder
GraphBuilder.undirected()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.directed()
GraphBuilder.directed()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.undirected()
GraphBuilder.undirected()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.directed()
GraphBuilder.directed()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.undirected()
GraphBuilder.undirected()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.directed()
GraphBuilder.directed()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.undirected()
GraphBuilder.undirected()
to
ValueGraphBuilder
GraphBuilder
to
ValueGraphBuilder.directed()
GraphBuilder.directed()
to
ValueGraphBuilder