blueetl.adapters.node_sets

Adapters for NodeSets.

Classes

NodeSetsAdapter(_impl)

NodeSets Adapter.

class blueetl.adapters.node_sets.NodeSetsAdapter(_impl: InterfaceT | None)

Bases: BaseAdapter[NodeSetsInterface]

NodeSets Adapter.

Init the adapter from the specified implementation.

classmethod from_file(filepath: Path | None) NodeSetsAdapter

Load and return a new object from file.

update(other: NodeSetsAdapter) None

Update the node sets.