|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Edge | |
|---|---|
| org.sonar.squid.api | |
| org.sonar.squid.graph | |
| Uses of Edge in org.sonar.squid.api |
|---|
| Methods in org.sonar.squid.api that return Edge | |
|---|---|
Edge |
SourceCode.getEdgeFrom(Node from)
|
Edge |
SourceCode.getEdgeTo(Node to)
|
| Methods in org.sonar.squid.api with parameters of type Edge | |
|---|---|
void |
SourceCode.createEdgeWith(Node to,
EdgeUsage link,
Edge rootEdge)
|
| Uses of Edge in org.sonar.squid.graph |
|---|
| Methods in org.sonar.squid.graph that return Edge | |
|---|---|
Edge |
Node.getEdgeFrom(Node from)
|
Edge |
Node.getEdgeTo(Node to)
|
Edge |
Cycle.getWeakerEdge()
|
| Methods in org.sonar.squid.graph that return types with arguments of type Edge | |
|---|---|
Set<Edge> |
Edge.getRootEdges()
|
| Methods in org.sonar.squid.graph with parameters of type Edge | |
|---|---|
void |
Edge.addRootEdge(Edge rootRelationShip)
|
void |
Node.createEdgeWith(Node to,
EdgeUsage usage,
Edge rootEdge)
|
| Constructors in org.sonar.squid.graph with parameters of type Edge | |
|---|---|
Edge(Node from,
Node to,
EdgeUsage usage,
Edge rootEdge)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||