class Plan: __priority_factor: float # 优先级因子 def __init__(self): pass def getPriorityFactor(self) -> float: return self.__priority_factor