-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
c:reactive-behaviour-systemComponent: Changes the reactive behaviour system.Component: Changes the reactive behaviour system.c:type-systemComponent: Changes the type system.Component: Changes the type system.
Description
Goal
Propagation of triggers
flowchart LR
subgraph Outbound Entity Type
OUT_A[action]
end
subgraph Relation Type CascadingAction
REL_A[action]
OUT_A --> REL_A
end
subgraph Inbound Entity Type
IN_A[action]
REL_A --> IN_A
end
RelationType CascadingAction
CascadingActionhasComponentActionand therefore a property namedaction- The outbound type is any
EntityTypewhich is anActionand therefore has a property namedaction - The inbound type is any
EntityTypewhich is anActionand therefore has a property namedaction
RelationBehaviour CascadingAction
- Propagate outbound entity's
actionto relation'saction - Propagate relation's
actionto inbound entity'saction
Metadata
Metadata
Assignees
Labels
c:reactive-behaviour-systemComponent: Changes the reactive behaviour system.Component: Changes the reactive behaviour system.c:type-systemComponent: Changes the type system.Component: Changes the type system.