BreedingGraph#

class pybrops.breed.arch.BreedingGraph.BreedingGraph[source]#

Bases: object

Abstract class defining interfaces for breeding graphs. Breeding graphs represent breeding programs with multiple subpopulations. Germplasm and information is passed between breeding nodes through breeding edges.

The purpose of this abstract class is to provide functionality for:
  1. Graph representation of the entire breeding graph.

Methods

Attributes

graph

Graph data structure.

abstract property graph: object#

Graph data structure.