Real Estate - Give Buildings a Personality
making the search
adding APIs to create relations
- IDE IntelliJ
- Java - 1.8
- neo4j server - 3.5.22
- neo4j driver - 4.1.1
private Long id;
private String uuid;
private double length;
private double height;
private double width;
private List materials;
private List physicalID;
private String timestamp;
private String owner;
private String tenant;
private LEVEL level;
private String address;
// unique building ID https://github.com/pnnl/buildingid
private UBID ubid;
//needed for beacons/chip
private double longitude;
private double latitude;
private List resources;
private UOINode parent;
private List<ConsistsOf> children = new ArrayList<>();
private UOINode historyOf;
}
- CONSISTS_OF
{
Timestamp:
}
- PART_OF
{
Timestamp:
}
- HISTORY_OF
{
Timestamp:
validated: t/f
}