Package output.animation
Class AbstractLinkInfo
- java.lang.Object
-
- output.animation.AbstractLinkInfo
-
- All Implemented Interfaces:
InterfaceLinkInfo
public abstract class AbstractLinkInfo extends Object implements InterfaceLinkInfo
-
-
Field Summary
Fields Modifier and Type Field Description Map<Long,AbstractLaneGroupInfo>
lanegroup_info
Long
link_id
-
Constructor Summary
Constructors Constructor Description AbstractLinkInfo(Link link)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractLaneGroupInfo
get_lanegroup_info(long lg_id)
Double
get_total_vehicles()
String
toString()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface output.animation.InterfaceLinkInfo
newLaneGroupInfo
-
-
-
-
Field Detail
-
link_id
public Long link_id
-
lanegroup_info
public Map<Long,AbstractLaneGroupInfo> lanegroup_info
-
-
Constructor Detail
-
AbstractLinkInfo
public AbstractLinkInfo(Link link)
-
-
Method Detail
-
get_lanegroup_info
public AbstractLaneGroupInfo get_lanegroup_info(long lg_id)
-
get_total_vehicles
public Double get_total_vehicles()
-
-