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