|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.twenty11.skysail.common.graphs.EdgeDetails
public class EdgeDetails
| 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 |
|---|
public EdgeDetails()
public EdgeDetails(String label,
String source,
String target)
public EdgeDetails(String label,
String source,
String target,
int weight)
| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
public String getSource()
public void setSource(String source)
public String getTarget()
public void setTarget(String target)
public int getWeight()
public void setWeight(int weight)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||