A fact is a record in a world model, specifically a count of entities in a domain. More...
Public Member Functions | |
Fact (DomainType domainType, EntityType entityType, int count, float urgency=0) | |
Fact (Fact source) | |
Properties | |
DomainType | domainType [get, set] |
The domain containing one or more of an entity. | |
EntityType | entityType [get, set] |
The type of entity in the domain. | |
int | count [get, set] |
The amount of this entity in the domain. | |
float | urgency [get, set] |
A fact is a record in a world model, specifically a count of entities in a domain.
|
inline |
|
inline |
|
getset |
The amount of this entity in the domain.
|
getset |
The domain containing one or more of an entity.
|
getset |
The type of entity in the domain.
|
getset |