model-type.h
Go to the documentation of this file.
Structure that contains the type and the values of the attribute depending on type.
Definition: model-type.h:20
Contains the definition of our n-ary Tree.
Contains the attribute's types definition In our model we have five attribute types: interval of inte...
Contains the definition of the Enum and EnumType.
void freeModelType(ModelType *mt, int freeItself)
Free the ModelType.
Definition: model-type.c:10
Tree tree
Contains the definition of the type if it is a tree.
Definition: model-type.h:32
Enum enu
Contains the definition of the type if it is an enumeration.
Definition: model-type.h:30
struct ModelType ModelType
Structure that contains the type and the values of the attribute depending on type.
Interval inter
Contains the definition of the type if it is an interval.
Definition: model-type.h:28
Contains the definition of the Interval.