| Modifier and Type | Method and Description |
|---|---|
default void |
Graph.Dependent.attach(Graph graph)
Optional hook called when attached to the Graph.
|
void |
Clock.attach(Graph graph) |
void |
Property.attach(Graph graph) |
static GraphPlayer.Builder |
GraphPlayer.create(Graph graph)
Create a builder for a GraphPlayer for the provided graph.
|
default void |
Graph.Dependent.detach(Graph graph)
Optional hook to be informed when removed from the graph.
|
void |
Property.detach(Graph graph) |
Copyright © 2020. All rights reserved.