MATSIM
Public Member Functions | List of all members
org.matsim.core.network.LinkFactory Interface Reference
Inheritance diagram for org.matsim.core.network.LinkFactory:
Inheritance graph
[legend]

Public Member Functions

Link createLink (Id< Link > id, Node from, Node to, Network network, double length, double freespeed, double capacity, double nOfLanes)
 

Detailed Description

The link factory is used e.g. when link data is written from files.

Author
(of documentation) nagel

Definition at line 35 of file LinkFactory.java.

Member Function Documentation

◆ createLink()

Link org.matsim.core.network.LinkFactory.createLink ( Id< Link id,
Node  from,
Node  to,
Network  network,
double  length,
double  freespeed,
double  capacity,
double  nOfLanes 
)

The documentation for this interface was generated from the following file: