def __init__(self, component_id, agent, configuration): ApeComponent.__init__(self, component_id, agent, configuration)
def __init__(self): PyonApeAgent.__init__(self) ApeComponent.__init__(self, 'AGENT', self, None)