public class NodeData extends Object implements org.opentrafficsim.kpi.interfaces.NodeDataInterface
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Constructor and Description |
---|
NodeData(String nodeName,
nl.tudelft.simulation.language.d3.CartesianPoint position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNodeName() |
nl.tudelft.simulation.language.d3.CartesianPoint |
getPosition() |
int |
hashCode() |
String |
toString() |
public NodeData(String nodeName, nl.tudelft.simulation.language.d3.CartesianPoint position)
nodeName
- position
- public final String getNodeName()
public final nl.tudelft.simulation.language.d3.CartesianPoint getPosition()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.