maid_runner.EdgeType

class maid_runner.EdgeType(*values)

Enumeration of graph edge types.

Defines the types of relationships that can exist between nodes in the knowledge graph: - SUPERSEDES: One manifest replacing another - CREATES: A manifest creating a file - EDITS: A manifest editing a file - READS: A manifest reading/depending on a file - DEFINES: A file defining an artifact - DECLARES: A manifest declaring an artifact - CONTAINS: A parent containing a child element - INHERITS: Class inheritance relationship - BELONGS_TO: Entity membership relationship

__init__(*args, **kwds)

Attributes

SUPERSEDES

CREATES

EDITS

READS

DEFINES

DECLARES

CONTAINS

INHERITS

BELONGS_TO