syside.ChainedChildrenNodes

class ChainedChildrenNodes

Bases: ChildrenNodes[R, M]

Container that stores a vector of children nodes that may own feature chainings.

append_chain(relationship: type[syside.R], features: Sequence[syside.Feature]) tuple[syside.R, syside.Feature]

Append a relationship with an owned chaining. Raises TypeError if the relationship type cannot have owned chaining in the textual syntax.