#include <chromo.h>
Collaboration diagram for domain_t:
Data Fields | |
int | valnum |
Number of resources in the array. | |
int * | val |
Array of possible resource IDs for this variable. | |
resourcetype * | restype |
Pointer to the resource type this domain belongs to. | |
int | tuplenum |
Number of tuples in the array. | |
int * | tuples |
Array of tuple IDs that are in this domain. | |
domain * | next |
Pointer to the next struct in the linked list. | |
domain * | prev |
Pointer to the previous struct in the linked list. |
This structure describes which resources of a certain variable resource type can be assigned to tuples (events) in this domain.