public class ClearDeletionPolicy extends Object implements DeletionPolicy
Constructor and Description |
---|
ClearDeletionPolicy() |
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.
|
public void connectedHead(GraphController controller, GraphModel model, Object edge, Object node)
connectedHead
in interface DeletionPolicy
public void connectedTail(GraphController controller, GraphModel model, Object edge, Object node)
connectedTail
in interface DeletionPolicy
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.