Browse Source

add the assignment to the runway sequencing

Sven Czarnian 3 years ago
parent
commit
219ff481c3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      aman/config/RunwaySequencing.py

+ 4 - 1
aman/config/RunwaySequencing.py

@@ -11,4 +11,7 @@ class RunwayAssignmentType(Enum):
 class RunwaySequencing:
     def __init__(self, runway : Runway):
         self.Runway = runway
-        self.Spacing = 3
+        self.Spacing = 3
+        self.ShallAssignments = {}
+        self.ShouldAssignments = {}
+        self.MayAssignments = {}