Constructor and Description |
---|
AmbulanceCentre(AmbulanceCentre other)
AmbulanceCentre copy constructor.
|
AmbulanceCentre(Building other)
Create an ambulance centre based on another Building.
|
AmbulanceCentre(EntityID id)
Construct a AmbulanceCentre object with entirely undefined values.
|
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.
|
getBrokenness, getBrokennessProperty, getBuildingAttributes, getBuildingAttributesProperty, getBuildingCode, getBuildingCodeEnum, getBuildingCodeProperty, getFieryness, getFierynessEnum, getFierynessProperty, getFloors, getFloorsProperty, getGroundArea, getGroundAreaProperty, getIgnition, getIgnitionProperty, getImportance, getImportanceProperty, getProperty, getTemperature, getTemperatureProperty, getTotalArea, getTotalAreaProperty, isBrokennessDefined, isBuildingAttributesDefined, isBuildingCodeDefined, isFierynessDefined, isFloorsDefined, isGroundAreaDefined, isIgnitionDefined, isImportanceDefined, isOnFire, isTemperatureDefined, isTotalAreaDefined, setBrokenness, setBuildingAttributes, setBuildingCode, setFieryness, setFloors, setGroundArea, setIgnition, setImportance, setTemperature, setTotalArea, undefineBrokenness, undefineBuildingAttributes, undefineBuildingCode, undefineFieryness, undefineFloors, undefineGroundArea, undefineIgnition, undefineImportance, undefineTemperature, undefineTotalArea
getApexList, getBlockades, getBlockadesProperty, getEdges, getEdgesProperty, getEdgeTo, getLocation, getNeighbours, 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 AmbulanceCentre(EntityID id)
id
- The ID of this entity.public AmbulanceCentre(AmbulanceCentre other)
other
- The AmbulanceCentre to copy.public AmbulanceCentre(Building other)
other
- The Building to copy.protected Entity copyImpl()
AbstractEntity
public StandardEntityURN getStandardURN()
StandardEntity
getStandardURN
in class Building
protected java.lang.String getEntityName()
AbstractEntity
getEntityName
in class Building