| Package | Description |
|---|---|
| xyz.cofe.collection.graph |
Графы, однонаправленные, многонаправленные, Прослушивание измений графа
|
| Modifier and Type | Method and Description |
|---|---|
GraphAction |
GraphEvent.getAction()
Возвраащет действие которое произошло
|
GraphAction |
BasicGraphEvent.getAction() |
static GraphAction |
GraphAction.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.
|
| Constructor and Description |
|---|
BasicGraphEvent(Graph<N,E> graph,
GraphAction action,
N node,
Edge<N,E> edge)
Конструктор
|
Copyright © 2017. All rights reserved.