Exemplo n.º 1
0
 def __init__(self):
     '''
     Constructor
     '''
     Identifiable.__init__(self)
     self.chip = None
     self.probeOrder = []
Exemplo n.º 2
0
 def __init__(self):
     '''
     Constructor
     '''
     Identifiable.__init__(self)
     self.chip = None
     self.probeOrder = []
Exemplo n.º 3
0
 def __init__(self):
     '''
     Constructor
     '''
     Identifiable.__init__(self)
     self.instanceOfClass = 'http://mged.sourceforge.net/ontologies/MGEDOntology.owl#Experiment'
Exemplo n.º 4
0
 def __init__(self):
     Identifiable.__init__(self)
Exemplo n.º 5
0
 def __init__(self):
     '''
     Constructor
     '''
     Identifiable.__init__(self)
Exemplo n.º 6
0
 def __init__(self, *params):
     '''
     Constructor
     '''
     Identifiable.__init__(self)
     self.URI = None
Exemplo n.º 7
0
 def __init__(self):
     Identifiable.__init__(self)
Exemplo n.º 8
0
 def __init__(self):
     Identifiable.__init__(self)
     self.featureOrder = []
 def __init__(self):
     '''
     Constructor
     '''
     Identifiable.__init__(self)
Exemplo n.º 10
0
 def __init__(self):
     Identifiable.__init__(self)
     self.featureOrder = []