Uses of Class
org.sonar.squid.graph.EdgeUsage

Packages that use EdgeUsage
org.sonar.squid.api   
org.sonar.squid.graph   
 

Uses of EdgeUsage in org.sonar.squid.api
 

Methods in org.sonar.squid.api that return EdgeUsage
 EdgeUsage SourceCode.getUsageBy(Node from)
           
 EdgeUsage SourceCode.getUsageOf(Node to)
           
 

Methods in org.sonar.squid.api with parameters of type EdgeUsage
 void SourceCode.createEdgeWith(Node to, EdgeUsage link)
           
 void SourceCode.createEdgeWith(Node to, EdgeUsage link, Edge rootEdge)
           
 

Uses of EdgeUsage in org.sonar.squid.graph
 

Methods in org.sonar.squid.graph that return EdgeUsage
 EdgeUsage Edge.getUsage()
           
 EdgeUsage Node.getUsageBy(Node from)
           
 EdgeUsage Node.getUsageOf(Node to)
           
static EdgeUsage EdgeUsage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeUsage[] EdgeUsage.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.sonar.squid.graph with parameters of type EdgeUsage
 void Node.createEdgeWith(Node to, EdgeUsage usage)
           
 void Node.createEdgeWith(Node to, EdgeUsage usage, Edge rootEdge)
           
 

Constructors in org.sonar.squid.graph with parameters of type EdgeUsage
Edge(Node from, Node to, EdgeUsage link)
           
Edge(Node from, Node to, EdgeUsage usage, Edge rootEdge)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.