org.sonar.graph
Class StringEdgeFactory

java.lang.Object
  extended by org.sonar.graph.StringEdgeFactory
All Implemented Interfaces:
EdgeFactory<String,StringEdge>

public class StringEdgeFactory
extends Object
implements EdgeFactory<String,StringEdge>


Constructor Summary
StringEdgeFactory()
           
 
Method Summary
 StringEdge createEdge(String from, String to)
           
 StringEdge createEdge(String from, String to, int weight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringEdgeFactory

public StringEdgeFactory()
Method Detail

createEdge

public StringEdge createEdge(String from,
                             String to)
Specified by:
createEdge in interface EdgeFactory<String,StringEdge>

createEdge

public StringEdge createEdge(String from,
                             String to,
                             int weight)
Specified by:
createEdge in interface EdgeFactory<String,StringEdge>


Copyright © 2009-2012 SonarSource. All Rights Reserved.