类 CyclePresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.minecraftforge.fml.loading.toposort.CyclePresentException
- 所有已实现的接口:
Serializable
An exception thrown for graphs with cycles as an argument for topological sort.
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
cycles
-
-
构造器详细资料
-
CyclePresentException
Creates the exception.- 参数:
cycles
- the cycles present
-
-
方法详细资料
-
getCycles
Accesses the cycles present in the sorted graph.Each element in the outer set represents a cycle; each cycle, or the inner set, forms a strongly connected component with two or more elements.
- 类型参数:
T
- the type of node sorted- 返回:
- the cycles identified
-