예제 #1
0
 def __init__(self, label, valence=0.0):
     Interaction01.__init__(self, label)
     self.valence = valence
예제 #2
0
 def addOrGetInteraction(self, label):
     if not (label in self.INTERACTIONS):
         self.INTERACTIONS[label] = Interaction01(label)
     return self.INTERACTIONS[label]
예제 #3
0
 def __init__(self, label, valence=0.0):
     Interaction01.__init__(self, label)
     self.valence = valence
예제 #4
0
 def __init__(self, label):
     Interaction01.__init__(self, label)
예제 #5
0
 def __init__(self, label):
     Interaction01.__init__(self, label)