![]() |
ATLAS Offline Software
|
Public Member Functions | |
| def | __init__ (self, Alg) |
| def | addOutput (self, name) |
| def | addInput (self, name) |
| def | getOutputList (self) |
| def | getInputList (self) |
| def | __repr__ (self) |
Public Attributes | |
| name | |
| Alg | |
| inputs | |
| outputs | |
base class representing one Alg + inputs + outputs, to be used to connect
stores all the inputs, even if repeated (self.inputs)
Definition at line 25 of file MenuComponents.py.
| def MenuComponents.Node.__init__ | ( | self, | |
| Alg | |||
| ) |
Reimplemented in MenuComponents.InputMakerNode, and MenuComponents.HypoAlgNode.
Definition at line 28 of file MenuComponents.py.
| def MenuComponents.Node.__repr__ | ( | self | ) |
Reimplemented in MenuComponents.HypoAlgNode, and MenuComponents.AlgNode.
Definition at line 46 of file MenuComponents.py.
| def MenuComponents.Node.addInput | ( | self, | |
| name | |||
| ) |
Reimplemented in MenuComponents.AlgNode.
Definition at line 37 of file MenuComponents.py.
| def MenuComponents.Node.addOutput | ( | self, | |
| name | |||
| ) |
Reimplemented in MenuComponents.HypoAlgNode, and MenuComponents.AlgNode.
Definition at line 34 of file MenuComponents.py.
| def MenuComponents.Node.getInputList | ( | self | ) |
Definition at line 43 of file MenuComponents.py.
| def MenuComponents.Node.getOutputList | ( | self | ) |
Definition at line 40 of file MenuComponents.py.
| MenuComponents.Node.Alg |
Definition at line 30 of file MenuComponents.py.
| MenuComponents.Node.inputs |
Definition at line 31 of file MenuComponents.py.
| MenuComponents.Node.name |
Definition at line 29 of file MenuComponents.py.
| MenuComponents.Node.outputs |
Definition at line 32 of file MenuComponents.py.
1.8.18