/** * Get the ID of position of this blockade. * * @return The position. */ @Override public Road getPosition() { return position == null ? position = (Road) standardModel().getEntity(positionID.getValue()) : position; }
/** * Get the ID of position of this blockade. * * @return The position. */ public EntityID getPositionID() { return positionID.getValue(); }