A class for arranging the ordered rules. More...
Public Member Functions | |
def | __init__ |
Public Attributes | |
new_class | |
next | |
old_class | |
rule |
A class for arranging the ordered rules.
They provide a scaffolding (essentially a linked list) over which we assume we can migrate messages forward. This allows us to verify a path exists before actually creating all of the necessary implicit rules (mostly migration of sub-messages) that such a path necessitates.
Definition at line 460 of file migration.py.
def rosbag.migration.ScaffoldNode.__init__ | ( | self, | |
old_class, | |||
new_class, | |||
rule | |||
) |
Definition at line 461 of file migration.py.
Definition at line 461 of file migration.py.
Definition at line 461 of file migration.py.
Definition at line 461 of file migration.py.
Definition at line 461 of file migration.py.