| Constructor and Description |
|---|
Hydrant(EntityID id) |
Hydrant(Hydrant other) |
Hydrant(Road other)
Create a Hydrant based on another Road.
|
| 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, undefineYgetURNaddEntityListener, copy, equals, firePropertyChanged, getFullDescription, getID, getProperties, hashCode, read, registerProperties, removeEntityListener, toString, writepublic Hydrant(EntityID id)
public Hydrant(Hydrant other)
public Hydrant(Road other)
other - The Road to copy.protected Entity copyImpl()
AbstractEntitypublic StandardEntityURN getStandardURN()
StandardEntitygetStandardURN in class Roadprotected java.lang.String getEntityName()
AbstractEntitygetEntityName in class Road