public class PruneOrphanNodesFunction extends AbstractFunction
editor| Constructor and Description |
|---|
PruneOrphanNodesFunction(GMLEditor editor)
Construct a PruneOrphanNodesFunction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute this function.
|
java.lang.String |
getName()
Get the name of this function.
|
public PruneOrphanNodesFunction(GMLEditor editor)
editor - The editor instance.