Home

Execution Dependant Relation

This is an enumeration used in Stencila Schema describing how one node is a downstream dependant of another.

It exists to classify dependency-graph edges with semantics that are meaningful for execution planning and invalidation, rather than treating all downstream links as equivalent.

See ExecutionDependant.dependantRelation for the property that uses this enumeration.

Members

The ExecutionDependantRelation type has these members:

MemberDescription
AssignsThe node assigns its dependant (usually a variable)
AltersThe node alters its dependant (usually a variable)
DeclaresThe node declares its dependant (e.g. a database table)
WritesThe node writes its dependant (usually a file)

Bindings

The ExecutionDependantRelation type is represented in:


This documentation was generated from ExecutionDependantRelation.yaml by docs_types.rs.

© 2026 Stencila