Class NodeMove

Direct Known Subclasses:
NodeDeepening, NodeShallowing

public class NodeMove extends EdgeChange
A node move is a combination of deleting a parent edge and adding a parent edge, where the predicate is preserved and the object/parent node changes
  • Constructor Details

    • NodeMove

      public NodeMove()
  • Method Details