The java jetbrains.mps.lang.smodel.generator.smodeladapter.SNodeOperations.deleteNode method is used to remove a specific node from an SModel. This method provides functionality for deleting a node in the SModel, such as removing all incoming and outgoing references to the deleted node. By calling this method, the node is effectively deleted from the SModel, causing it to no longer be present in the model's structure.
Java SNodeOperations.deleteNode - 22 examples found. These are the top rated real world Java examples of jetbrains.mps.lang.smodel.generator.smodelAdapter.SNodeOperations.deleteNode extracted from open source projects. You can rate examples to help us improve the quality of examples.