|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.sonar.squid.api | |
| org.sonar.squid.graph | |
| Uses of Node in org.sonar.squid.api |
|---|
| Classes in org.sonar.squid.api that implement Node | |
|---|---|
class |
SourceClass
|
class |
SourceCode
|
class |
SourceFile
|
class |
SourceMethod
|
class |
SourcePackage
|
class |
SourceProject
|
| Methods in org.sonar.squid.api that return types with arguments of type Node | |
|---|---|
Set<Node> |
SourceCode.dependedUpon()
|
Set<Node> |
SourceCode.dependsUpon()
|
| Methods in org.sonar.squid.api with parameters of type Node | |
|---|---|
void |
SourceCode.createEdgeWith(Node to,
EdgeUsage link)
|
void |
SourceCode.createEdgeWith(Node to,
EdgeUsage link,
Edge rootEdge)
|
Edge |
SourceCode.getEdgeFrom(Node from)
|
Edge |
SourceCode.getEdgeTo(Node to)
|
EdgeUsage |
SourceCode.getUsageBy(Node from)
|
EdgeUsage |
SourceCode.getUsageOf(Node to)
|
| Uses of Node in org.sonar.squid.graph |
|---|
| Methods in org.sonar.squid.graph that return Node | |
|---|---|
Node |
Edge.getFrom()
|
Node |
Edge.getTo()
|
| Methods in org.sonar.squid.graph that return types with arguments of type Node | |
|---|---|
Set<Node> |
Node.dependedUpon()
|
Set<Node> |
Node.dependsUpon()
|
List<Node> |
Cycle.getNodes()
|
| Methods in org.sonar.squid.graph with parameters of type Node | |
|---|---|
boolean |
Cycle.contains(Node resource)
|
void |
Node.createEdgeWith(Node to,
EdgeUsage usage)
|
void |
Node.createEdgeWith(Node to,
EdgeUsage usage,
Edge rootEdge)
|
Edge |
Node.getEdgeFrom(Node from)
|
Edge |
Node.getEdgeTo(Node to)
|
EdgeUsage |
Node.getUsageBy(Node from)
|
EdgeUsage |
Node.getUsageOf(Node to)
|
boolean |
Edge.hasAnEdgeFromRootNode(Node rootFromNode)
|
boolean |
Edge.hasAnEdgeToRootNode(Node rootToNode)
|
| Constructors in org.sonar.squid.graph with parameters of type Node | |
|---|---|
Cycle(Node... nodes)
|
|
CycleDetector(Node... resources)
|
|
Edge(Node from,
Node to,
EdgeUsage link)
|
|
Edge(Node from,
Node to,
EdgeUsage usage,
Edge rootEdge)
|
|
| Constructor parameters in org.sonar.squid.graph with type arguments of type Node | |
|---|---|
Cycle(List<Node> nodes)
|
|
CycleDetector(Collection<? extends Node> resourcesToAnalyze)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||