Package net.enilink.commons.util
Interface IPartialOrderProvider<T>
-
public interface IPartialOrderProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<T>getElements()Collection<T>getSuccessors(T element)
-
-
-
Method Detail
-
getElements
Collection<T> getElements()
-
getSuccessors
Collection<T> getSuccessors(T element)
-
-