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

Method setID

src/org/opensourcephysics/display/Dataset.java:312–315  ·  view source on GitHub ↗

Sets the ID number of this Data. @param id the ID number

(int id)

Source from the content-addressed store, hash-verified

310 * @param id the ID number
311 */
312 @Override
313 public void setID(int id) {
314 datasetID = id;
315 }
316
317 /**
318 * Returns a unique identifier for this Data.

Callers 2

createDatasetMethod · 0.95
loadObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected