def __init__( self ):
     Event.__init__( self )
Exemplo 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
Exemplo n.º 3
0
 def __init__(self):
     Event.__init__(self)
     self.ONOSIndex = -1
Exemplo n.º 4
0
 def __init__(self):
     Event.__init__(self)
Exemplo n.º 5
0
 def __init__(self):
     Event.__init__(self)
     self.component = ''
     self.propName = ''
     self.value = ''
Exemplo 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'])
Exemplo n.º 7
0
 def __init__(self):
     Event.__init__(self)
     self.linkA = None
     self.linkB = None
Exemplo n.º 8
0
 def __init__(self):
     Event.__init__(self)
     self.device = None
Exemplo n.º 9
0
 def __init__( self ):
     Event.__init__( self )
     self.ONOSIndex = -1
Exemplo 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
Exemplo n.º 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' ] )
Exemplo n.º 12
0
 def __init__( self ):
     Event.__init__( self )
     self.component = ''
     self.propName = ''
     self.value = ''
Exemplo n.º 13
0
 def __init__(self):
     Event.__init__(self)
     self.device = None
     self.port = None
     self.link = None
Exemplo n.º 14
0
 def __init__( self ):
     Event.__init__( self )
     self.linkA = None
     self.linkB = None
Exemplo n.º 15
0
 def __init__( self ):
     Event.__init__( self )
     self.device = None