def __init__( self ):
     Event.__init__( self )
Пример #2
0
 def __init__(self):
     Event.__init__(self)
     # The index of the ONOS CLI that is going to run the command
     self.CLIIndex = 0
Пример #3
0
 def __init__(self):
     Event.__init__(self)
     self.ONOSIndex = -1
Пример #4
0
 def __init__(self):
     Event.__init__(self)
Пример #5
0
 def __init__(self):
     Event.__init__(self)
     self.component = ''
     self.propName = ''
     self.value = ''
Пример #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'])
Пример #7
0
 def __init__(self):
     Event.__init__(self)
     self.linkA = None
     self.linkB = None
Пример #8
0
 def __init__(self):
     Event.__init__(self)
     self.device = None
Пример #9
0
 def __init__( self ):
     Event.__init__( self )
     self.ONOSIndex = -1
Пример #10
0
 def __init__( self ):
     Event.__init__( self )
     # The index of the ONOS CLI that is going to run the command
     self.CLIIndex = 0
Пример #11
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' ] )
Пример #12
0
 def __init__( self ):
     Event.__init__( self )
     self.component = ''
     self.propName = ''
     self.value = ''
Пример #13
0
 def __init__(self):
     Event.__init__(self)
     self.device = None
     self.port = None
     self.link = None
Пример #14
0
 def __init__( self ):
     Event.__init__( self )
     self.linkA = None
     self.linkB = None
Пример #15
0
 def __init__( self ):
     Event.__init__( self )
     self.device = None