pyknp_eventgraph.component

class pyknp_eventgraph.component.Component[source]

Bases: abc.ABC

The base of EventGraph components.

abstract to_dict()[source]

Convert this object into a dictionary.

Return type

dict

abstract to_string()[source]

Convert this object into a string.

Return type

str