bids.variables.entities.Node¶
-
class
Node
(level, entities)[source]¶ Base class for objects that represent a single object in the BIDS hierarchy.
Parameters: id (int, str) – A value uniquely identifying this node. Typically the entity value extracted from the filename via layout. Methods
add_variable
(variable)Adds a BIDSVariable to the current Node’s list. Methods
__init__
(level, entities)Initialize self. add_variable
(variable)Adds a BIDSVariable to the current Node’s list. -
add_variable
(variable)[source]¶ Adds a BIDSVariable to the current Node’s list.
Parameters: variable (BIDSVariable) – The Variable to add to the list.
-