Uses of Class
xyz.cofe.collection.graph.GraphAction
-
Packages that use GraphAction Package Description xyz.cofe.collection.graph Коллекции - Графы и алгоритмы работы с ними -
-
Uses of GraphAction in xyz.cofe.collection.graph
Methods in xyz.cofe.collection.graph that return GraphAction Modifier and Type Method Description GraphActionBasicGraphEvent. getAction()GraphActionGraphEvent. getAction()Возвраащет действие которое произошлоstatic GraphActionGraphAction. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphAction[]GraphAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in xyz.cofe.collection.graph with parameters of type GraphAction Constructor Description BasicGraphEvent(Graph<N,E> graph, GraphAction action, N node, Edge<N,E> edge)Конструктор
-