public final class ModuleDependencySort extends Object
Modules and
provides a sort(Module...) method. It is topological sort and
returns modules in order in which they should be processed (e.g. if A imports
B, sort returns {B, A}).Copyright © 2018 OpenDaylight. All rights reserved.