Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Paje.DefinitionsSourceThe input signature of Paje.Make, that is static definition of Pajé types.
val level : Level.tThe level used to register definitions.
val container_types :
(container_type * name * container_type option * alias) listThe definition of container types: value, name, optional parent, and alias.
val state_types : (state_type * name * container_type * alias) listThe definition of event types: value, name, container, and alias.
val event_types : (event_type * name * container_type * alias) listThe definition of event types: value, name, container, and alias.
val variable_types :
(variable_type * name * container_type * color * alias) listThe definition of variable types: value, name, container, color, and alias.
val link_types :
(link_type * name * container_type * container_type * container_type * alias)
listThe definition of link types: value, name, parent container, start container, end container, and alias.
val entity_value_types :
(entity_value_type * name * container_type * color * alias) listThe definition of entity value types: value, name, parent container, color, and alias.