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

Public Member Functions

Node createNode (final Id< Node > id, final Coord coord)
 
Link createLink (final Id< Link > id, final Node fromNode, final Node toNode)
 

Detailed Description

Author
dgrether
mrieser

Definition at line 31 of file NetworkFactory.java.

Member Function Documentation

◆ createNode()

Node org.matsim.api.core.v01.network.NetworkFactory.createNode ( final Id< Node id,
final Coord  coord 
)

◆ createLink()

Link org.matsim.api.core.v01.network.NetworkFactory.createLink ( final Id< Link id,
final Node  fromNode,
final Node  toNode 
)

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