Constructor and Description |
---|
Road(EntityID id)
Construct a Road object with entirely undefined property values.
|
Road(Road other)
Road copy constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Entity |
copyImpl()
Create a copy of this entity.
|
protected java.lang.String |
getEntityName()
Get the name of this entity.
|
StandardEntityURN |
getStandardURN()
Get the URN of this entity type as an instanceof StandardEntityURN.
|
getApexList, getBlockades, getBlockadesProperty, getEdges, getEdgesProperty, getEdgeTo, getLocation, getNeighbours, getProperty, getShape, getX, getXProperty, getY, getYProperty, isBlockadesDefined, isEdgesDefined, isXDefined, isYDefined, setBlockades, setEdges, setX, setY, undefineBlockades, undefineEdges, undefineX, undefineY
getURN
addEntityListener, copy, equals, firePropertyChanged, getFullDescription, getID, getProperties, hashCode, read, registerProperties, removeEntityListener, toString, write
public Road(EntityID id)
id
- The ID of this entity.public Road(Road other)
other
- The Road to copy.protected Entity copyImpl()
AbstractEntity
copyImpl
in class AbstractEntity
public StandardEntityURN getStandardURN()
StandardEntity
getStandardURN
in class StandardEntity
protected java.lang.String getEntityName()
AbstractEntity
getEntityName
in class AbstractEntity