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'
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'
def __init__(self): FileExportPlugin.__init__(self)