Component

Software component.

class Component

Definition of a component.

available(context)

Check this component is available.

Return True if it is available or False otherwise. But it can also return None if availability is not known or it is not relevant.

Parameters:context (execution.Context) – Current execution context.
Return type:bool
Returns:Component availability.
insert(context)

Insert this component.

Parameters:context (execution.Context) – Current execution context.
delete(context)

Delete this component.

Parameters:context (execution.Context) – Current execution context.