Uses of Class
org.eclipse.dirigible.commons.api.topology.TopologicalSorterNode
| Package | Description |
|---|---|
| org.eclipse.dirigible.commons.api.topology |
-
Uses of TopologicalSorterNode in org.eclipse.dirigible.commons.api.topology
Methods in org.eclipse.dirigible.commons.api.topology that return types with arguments of type TopologicalSorterNode Modifier and Type Method Description List<TopologicalSorterNode<T>>TopologicalSorterNode. getDependencies()Gets the dependencies.Method parameters in org.eclipse.dirigible.commons.api.topology with type arguments of type TopologicalSorterNode Modifier and Type Method Description voidTopologicalSorterNode. setDependencies(List<TopologicalSorterNode<T>> dependencies)Sets the dependencies.Constructor parameters in org.eclipse.dirigible.commons.api.topology with type arguments of type TopologicalSorterNode Constructor Description TopologicalSorterNode(T data, Map<String,TopologicalSorterNode<T>> nodes)Instantiates a new topological sorter node.