MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getID

Method getID

src/org/opensourcephysics/tools/LaunchNode.java:276–278  ·  view source on GitHub ↗

Gets the unique ID string for this node. @return the ID string

()

Source from the content-addressed store, hash-verified

274 * @return the ID string
275 */
276 public String getID() {
277 return String.valueOf(this.hashCode());
278 }
279
280 /**
281 * Sets the name of this node.

Callers 2

addMenuItemsToMethod · 0.95
actionPerformedMethod · 0.95

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected