de.twenty11.skysail.common.graphs
Class EdgeDetails

java.lang.Object
  extended by de.twenty11.skysail.common.graphs.EdgeDetails

public class EdgeDetails
extends Object


Constructor Summary
EdgeDetails()
           
EdgeDetails(String label, String source, String target)
           
EdgeDetails(String label, String source, String target, int weight)
           
 
Method Summary
 String getLabel()
           
 String getSource()
           
 String getTarget()
           
 int getWeight()
           
 void setLabel(String label)
           
 void setSource(String source)
           
 void setTarget(String target)
           
 void setWeight(int weight)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EdgeDetails

public EdgeDetails()

EdgeDetails

public EdgeDetails(String label,
                   String source,
                   String target)

EdgeDetails

public EdgeDetails(String label,
                   String source,
                   String target,
                   int weight)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getSource

public String getSource()

setSource

public void setSource(String source)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getWeight

public int getWeight()

setWeight

public void setWeight(int weight)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2012. All Rights Reserved.