public class GraphInitializedEvent<T> extends ai.libs.jaicore.basic.algorithm.events.AAlgorithmEvent implements GraphEvent
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
name |
| Constructor and Description |
|---|
GraphInitializedEvent(java.lang.String algorithmId,
T root) |
| Modifier and Type | Method and Description |
|---|---|
T |
getRoot() |
void |
setRoot(T root) |
getAlgorithmId, getTimestamppublic final java.lang.String name
public GraphInitializedEvent(java.lang.String algorithmId,
T root)