public interface DeletionPolicy
Modifier and Type | Method and Description |
---|---|
void |
connectedHead(GraphController controller,
GraphModel model,
Object edge,
Object node)
Handle an edge that is connected at the head to a node that is about
to be deleted, but which is not itself in the selection.
|
void |
connectedTail(GraphController controller,
GraphModel model,
Object edge,
Object node)
Handle an edge that is connected at the tail to a node that is about
to be deleted, but which is not itself in the selection.
|
void connectedHead(GraphController controller, GraphModel model, Object edge, Object node)
void connectedTail(GraphController controller, GraphModel model, Object edge, Object node)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.