The Interaction object is the abstract base type for other Interaction objects. The Interaction object has no explicit constructor. Each of the Interaction objects has the following methods:
deactivate
move
reset
resume
suppress
delete
import interaction mdb.models[name].interactions[name]
This method deactivates the interaction in the specified step and all its subsequent steps.
Required argument
A String specifying the name of the step in which the interaction is deactivated.
Optional arguments
Return value
Exceptions
This method moves an interaction from one step to another.
Required arguments
A String specifying the name of the step from which to move the interaction.
A String specifying the name of the step to which to move the interaction.
Optional arguments
Return value
Exceptions
This method reactivates an interaction that was deactivated previously. The reset method is available during the step in which the interaction was deactivated originally.
Required argument
A String specifying the name of the step in which the interaction is reactivated.
Optional arguments
Return value
Exceptions
This method resumes an interaction that was previously suppressed.
Arguments
Return value
Exceptions
This method suppresses an interaction.
Arguments
Return value
Exceptions