-
`land/2 - land(, [])`
For a stakeholder, it should be known what land is theirs and what land belongs to other stakeholders. This way other stakeholders can decide whether or not they need to buy ext…
-
To be able to upgrade a building we need the multipolygon describing the area of that building.
building(Id, Name, OwnerID, ConstructionYear, Categories, FunctionID, Floors, Multipolygon)
Unless som…
-
Hi,
I'm having trouble getting `emqttd-v2.0-rc.3` to work. Service seems to start correctly, but as soon as client is connected it crashes with `noproc` of `emqttd_hook`.
Startup output:
```
E…
-
`zone_link/4 - zone_link(, , , )`
Gives information about the indicators in a zone with their current value and target value.
`` - ID of the zone
`` - ID of a zone's indicator.
`` - Current value f…
MHMCD updated
8 years ago
-
It is currently not possible to have multiple translators for the same class, because the translate function retrieves the translator for a specific class from a hashmap. This means that there can onl…
hmyeh updated
8 years ago
-
`zone/6 - zone(,,,, , )`
`` - ID given to the zone
`` - Name of the zone
`` - The maximum allowed amount of floors to be set for the zone
`` - The Amount of squared meters of zone ground
`` - The al…
-
in order to percept if and how much AZC's the municipality constructed we need to be able to retrieve the function id of a building
suggested building percept would than be building(Id, Name, OwnerID…
-
`upgrade_types/2 - upgrade_types(, [upgrade_pair])`
Returns information about the type of upgrades that are available for buildings
`` - ID of the upgrade type
`[upgrade_pair]` - List of the pairs o…
MHMCD updated
8 years ago
-
In the connector for a request percept sent the stakeholderIDs that the request is visible for need to be sent with the percept. This way the agent can de deduce who it's from. Even nicer would be tha…
-
`indicators/3 - indicators(, , )`
As a GOAL bot programmer I want to be able to percept how far my indicators have progressed as well as the target value that needs to be achieved, so that I can see …