|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Edge | |
---|---|
org.apache.maven.diagrams.graph_api | |
org.apache.maven.diagrams.graph_api.impl |
Uses of Edge in org.apache.maven.diagrams.graph_api |
---|
Methods in org.apache.maven.diagrams.graph_api that return Edge | |
---|---|
Edge |
Graph.getEdge(java.lang.String id)
|
Methods in org.apache.maven.diagrams.graph_api that return types with arguments of type Edge | |
---|---|
java.util.Map<java.lang.String,Edge> |
Graph.getEdges()
|
Methods in org.apache.maven.diagrams.graph_api with parameters of type Edge | |
---|---|
void |
Graph.addEdge(Edge edge)
|
Uses of Edge in org.apache.maven.diagrams.graph_api.impl |
---|
Methods in org.apache.maven.diagrams.graph_api.impl that return Edge | |
---|---|
Edge |
GraphImpl.getEdge(java.lang.String id)
|
Methods in org.apache.maven.diagrams.graph_api.impl that return types with arguments of type Edge | |
---|---|
java.util.LinkedHashMap<java.lang.String,Edge> |
GraphImpl.getEdges()
|
Methods in org.apache.maven.diagrams.graph_api.impl with parameters of type Edge | |
---|---|
void |
GraphImpl.addEdge(Edge edge)
|
Method parameters in org.apache.maven.diagrams.graph_api.impl with type arguments of type Edge | |
---|---|
void |
GraphImpl.addEdges(java.util.Collection<? extends Edge> edges)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |