def __init__( self ):
     Event.__init__( self )
Exemple #2
0
 def __init__(self):
     Event.__init__(self)
     # The index of the ONOS CLI that is going to run the command
     self.CLIIndex = 0
Exemple #3
0
 def __init__(self):
     Event.__init__(self)
     self.ONOSIndex = -1
Exemple #4
0
 def __init__(self):
     Event.__init__(self)
Exemple #5
0
 def __init__(self):
     Event.__init__(self)
     self.component = ''
     self.propName = ''
     self.value = ''
Exemple #6
0
 def __init__(self):
     Event.__init__(self)
     self.typeString = main.params['EVENT'][
         self.__class__.__name__]['typeString']
     self.typeIndex = int(
         main.params['EVENT'][self.__class__.__name__]['typeIndex'])
 def __init__(self):
     Event.__init__(self)
     self.linkA = None
     self.linkB = None
 def __init__(self):
     Event.__init__(self)
     self.device = None
 def __init__( self ):
     Event.__init__( self )
     self.ONOSIndex = -1
 def __init__( self ):
     Event.__init__( self )
     # The index of the ONOS CLI that is going to run the command
     self.CLIIndex = 0
 def __init__( self ):
     Event.__init__( self )
     self.typeString = main.params[ 'EVENT' ][ self.__class__.__name__ ][ 'typeString' ]
     self.typeIndex = int( main.params[ 'EVENT' ][ self.__class__.__name__ ][ 'typeIndex' ] )
 def __init__( self ):
     Event.__init__( self )
     self.component = ''
     self.propName = ''
     self.value = ''
Exemple #13
0
 def __init__(self):
     Event.__init__(self)
     self.device = None
     self.port = None
     self.link = None
 def __init__( self ):
     Event.__init__( self )
     self.linkA = None
     self.linkB = None
 def __init__( self ):
     Event.__init__( self )
     self.device = None