def __init__( self ):
     Event.__init__( self )
Esempio n. 2
0
 def __init__(self):
     Event.__init__(self)
     # The index of the ONOS CLI that is going to run the command
     self.CLIIndex = 0
Esempio n. 3
0
 def __init__(self):
     Event.__init__(self)
     self.ONOSIndex = -1
Esempio n. 4
0
 def __init__(self):
     Event.__init__(self)
Esempio n. 5
0
 def __init__(self):
     Event.__init__(self)
     self.component = ''
     self.propName = ''
     self.value = ''
Esempio n. 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'])
Esempio n. 7
0
 def __init__(self):
     Event.__init__(self)
     self.linkA = None
     self.linkB = None
Esempio n. 8
0
 def __init__(self):
     Event.__init__(self)
     self.device = None
 def __init__( self ):
     Event.__init__( self )
     self.ONOSIndex = -1
Esempio n. 10
0
 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 = ''
Esempio n. 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