|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MoreEdge<AgentType>
MORe edge interface
| Method Summary | |
|---|---|
AgentType |
getEnd()
For undirected edges, it returns the node that was given as second node parameter. |
AgentType |
getStart()
For undirected edges, it returns the node that was given as first node parameter. |
double |
getWeight()
|
boolean |
isDirected()
|
void |
setWeight(double weight)
|
| Method Detail |
|---|
AgentType getStart()
AgentType getEnd()
double getWeight()
void setWeight(double weight)
weight - that is associated with this edgeboolean isDirected()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||