org.sonar.graph
Interface Edge<V>

All Known Implementing Classes:
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–2015 SonarSource. All rights reserved.