Definition at line 37 of file DependTree.java.
Public Member Functions | |
boolean | removeObjectByName (String nodeName) |
Remove the note with the specified name. |
boolean org.openmobileis.common.util.collection.tree.DependTree.removeObjectByName | ( | String | nodeName | ) |
Remove the note with the specified name.
It remove all dependent node too.
nodeName | : name fo the node to remove. |
Definition at line 239 of file DependTree.java.
References org.openmobileis.common.util.collection.Array.get(), org.openmobileis.common.util.collection.tree.DependTreePhaseList.nextPhase, org.openmobileis.common.util.collection.tree.DependTreePhaseList.nodeList, org.openmobileis.common.util.collection.tree.DependNode.nodeName, org.openmobileis.common.util.collection.Array.remove(), and org.openmobileis.common.util.collection.Array.size.
Referenced by org.openmobileis.synchro.openmsp.client.core.ListenerOrdonancer.removeListenerByName().