'''
Created on Jul 1, 2012
@author: manuel
'''

class AlarmFactory(object):
    '''
    Class AlarmFactory provides a way to trigger audible alarms
    '''

    def __init__(self,params):
        '''
        Constructor
        '''
        self.alarmDuration
        self.