blueetl.adapters.interfaces.node_sets

Interfaces for NodeSets.

Classes

NodeSetsInterface(node_sets)

NodeSets Interface.

class blueetl.adapters.interfaces.node_sets.NodeSetsInterface(node_sets: NodeSetsT)

Bases: Generic[NodeSetsT], ABC

NodeSets Interface.

Init the NodeSets interface with the specified NodeSetsT.

property instance: NodeSetsT

Return the wrapped instance.

abstract update(other: NodeSetsInterface) None

Update the wrapped node sets.