org.sonar.graph
Interface Edge<V>

All Known Implementing Classes:
Dependency, SourceCodeEdge, StringEdge

public interface Edge<V>


Method Summary
 V getFrom()
           
 V getTo()
           
 int getWeight()
           
 

Method Detail

getWeight

int getWeight()

getFrom

V getFrom()

getTo

V getTo()


Copyright © 2009-2012 SonarSource. All Rights Reserved.