The Gaudi Framework  master (e039bf8c)
Loading...
Searching...
No Matches
ControlFlow._TestAlgorithm Class Reference
Inheritance diagram for ControlFlow._TestAlgorithm:
Collaboration diagram for ControlFlow._TestAlgorithm:

Public Member Functions

 __init__ (self, name)
 __repr__ (self)
 name (self)
Public Member Functions inherited from ControlFlow.ControlFlowNode
 __and__ (self, rhs)
 __or__ (self, rhs)
 __invert__ (self)
 __rshift__ (self, rhs)
 visitNode (self, visitor)
 __eq__ (self, other)
 __hash__ (self)
 getFullName (self)

Protected Attributes

 _name = name
Protected Attributes inherited from ControlFlow.ControlFlowNode
 _fullname = makeSequences(self).getFullName()

Additional Inherited Members

Protected Member Functions inherited from ControlFlow.ControlFlowNode
 _visitSubNodes (self, visitor)

Detailed Description

Definition at line 238 of file ControlFlow.py.

Constructor & Destructor Documentation

◆ __init__()

ControlFlow._TestAlgorithm.__init__ ( self,
name )

Definition at line 239 of file ControlFlow.py.

239 def __init__(self, name):
240 self._name = name
241

Member Function Documentation

◆ __repr__()

ControlFlow._TestAlgorithm.__repr__ ( self)

Definition at line 242 of file ControlFlow.py.

242 def __repr__(self):
243 return self._name
244

◆ name()

ControlFlow._TestAlgorithm.name ( self)

Definition at line 245 of file ControlFlow.py.

245 def name(self):
246 return self._name
247
248

Member Data Documentation

◆ _name

ControlFlow._TestAlgorithm._name = name
protected

Definition at line 240 of file ControlFlow.py.


The documentation for this class was generated from the following file: