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