Open capsulecorplab opened 6 years ago
Implement attributes, constructors, and methods for Interaction() class.
Interaction()
Parameters should include lifelines, messages, interaction uses.
Features to consider:
__call__()
Interaction
Implement attributes, constructors, and methods for
Interaction()
class.Parameters should include lifelines, messages, interaction uses.
Features to consider:
__call__()
method that returns a generator, such thatInteraction
objects are callable and iterable.