Interface ITopologicallySortable
public interface ITopologicallySortable
The Interface ITopologicallySortable.
-
Method Summary
Modifier and Type Method Description List<ITopologicallySortable>getDependencies()Gets the dependencies.StringgetId()Gets the id.
-
Method Details
-
getId
String getId()Gets the id.- Returns:
- the id
-
getDependencies
List<ITopologicallySortable> getDependencies()Gets the dependencies.- Returns:
- the dependencies
-