程序包 | 说明 |
---|---|
com.fr.stable.collections.graph |
限定符和类型 | 方法和说明 |
---|---|
static <T extends Dependent> |
DependencyGraphHelper.parse(java.util.List<T> list)
解析依赖关系
|
static <T extends Dependent> |
DependencyGraphHelper.upParse(java.util.List<T> list,
java.util.List<java.lang.String> concernedList)
构造list中关心的节点即其依赖节点的图
向上解析
|