public class NodeData extends Object implements NodeDataInterface
Copyright (c) 2013-2019 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,
CartesianPoint position) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getNodeName() |
CartesianPoint |
getPosition() |
int |
hashCode() |
String |
toString() |
public NodeData(String nodeName, CartesianPoint position)
nodeName
- String; name of the nodeposition
- CartesianPoint; position of the nodepublic final String getNodeName()
public final CartesianPoint getPosition()
public String getId()
getId
in interface Identifiable
getId
in interface NodeDataInterface
Copyright © 2014–2019 Delft University of Technology. All rights reserved.