biopython v1.71.0 Bio.Nexus.Nodes.Node

A single node.

Link to this section Summary

Functions

Represents a node with one predecessor and multiple successors

Adds a node id to the node’s successors

Returns a node’s data

Returns the node’s id

Returns the id of the node’s predecessor

Returns a list of the node’s successors

Removes a node id from the node’s successors

Sets a node’s data

Sets the id of a node, if not set yet

Sets the node’s predecessor

Sets the node’s successors

Link to this section Functions

Represents a node with one predecessor and multiple successors.

Adds a node id to the node’s successors.

Returns a node’s data.

Returns the node’s id.

Returns the id of the node’s predecessor.

Returns a list of the node’s successors.

Removes a node id from the node’s successors.

Sets a node’s data.

Sets the id of a node, if not set yet.

Sets the node’s predecessor.

Sets the node’s successors.