de.cesr.more.geo
Interface MoreGeoEdge<AgentType>

All Superinterfaces:
MoreEdge<AgentType>
All Known Implementing Classes:
MGeoEdge, MRepastEdge

public interface MoreGeoEdge<AgentType>
extends MoreEdge<AgentType>

MORe MoreGeoEdges have an additional, pre-defined property which is their geographical length.

Date:
07.10.2011

Method Summary
 double getLength()
           
 void setLength(double length)
           
 
Methods inherited from interface de.cesr.more.basic.edge.MoreEdge
getEnd, getStart, getWeight, isDirected, setWeight
 

Method Detail

setLength

void setLength(double length)
Parameters:
length - this node's geographical length

getLength

double getLength()
Returns:
this node's geographical length