コード例 #1
0
 def __init__( self ):
     Event.__init__( self )
コード例 #2
0
ファイル: AppEvent.py プロジェクト: jhall11/OnosSystemTest
 def __init__(self):
     Event.__init__(self)
     # The index of the ONOS CLI that is going to run the command
     self.CLIIndex = 0
コード例 #3
0
ファイル: ONOSEvent.py プロジェクト: tjian123/OnosSystemTest
 def __init__(self):
     Event.__init__(self)
     self.ONOSIndex = -1
コード例 #4
0
ファイル: TestEvent.py プロジェクト: tjian123/OnosSystemTest
 def __init__(self):
     Event.__init__(self)
コード例 #5
0
ファイル: ONOSEvent.py プロジェクト: tjian123/OnosSystemTest
 def __init__(self):
     Event.__init__(self)
     self.component = ''
     self.propName = ''
     self.value = ''
コード例 #6
0
ファイル: ONOSEvent.py プロジェクト: tjian123/OnosSystemTest
 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
ファイル: NetworkEvent.py プロジェクト: yoooou/OnosSystemTest
 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