Beispiel #1
0
 def __init__(self):
   FileExportPlugin.__init__(self)
   
   #could make these customizeable in the general options dict
   self.shapes={}
   self.shapes['EDProducer']='box'
   self.shapes['EDFilter']='invhouse'
   self.shapes['EDAnalyzer']='house'
   self.shapes['OutputModule']='invtrapezium'
   self.shapes['ESSource']='Mdiamond'     
   self.shapes['ESProducer']='Msquare'
   self.shapes['Source']='ellipse'
   self.shapes['Service']='diamond'
Beispiel #2
0
    def __init__(self):
        FileExportPlugin.__init__(self)

        #could make these customizeable in the general options dict
        self.shapes = {}
        self.shapes['EDProducer'] = 'box'
        self.shapes['EDFilter'] = 'invhouse'
        self.shapes['EDAnalyzer'] = 'house'
        self.shapes['OutputModule'] = 'invtrapezium'
        self.shapes['ESSource'] = 'Mdiamond'
        self.shapes['ESProducer'] = 'Msquare'
        self.shapes['Source'] = 'ellipse'
        self.shapes['Service'] = 'diamond'
Beispiel #3
0
 def __init__(self):
   FileExportPlugin.__init__(self)