MCPcopy Create free account
hub / github.com/Neop/mudmap2 / getParents

Method getParents

src/main/java/mudmap2/backend/Place.java:376–378  ·  view source on GitHub ↗

Gets the parent places @return parent places

()

Source from the content-addressed store, hash-verified

374 * @return parent places
375 */
376 public HashSet<Place> getParents() {
377 return parents;
378 }
379
380 /**
381 * Gets the name

Callers 9

testConnectChildMethod · 0.95
testRemoveChildMethod · 0.95
testGetParentsMethod · 0.95
testRemoveConnectionsMethod · 0.95
testReadWriteFileMethod · 0.95
testReadWriteFileMethod · 0.95
paintMethod · 0.95
ContextMenuMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 6

testConnectChildMethod · 0.76
testRemoveChildMethod · 0.76
testGetParentsMethod · 0.76
testRemoveConnectionsMethod · 0.76
testReadWriteFileMethod · 0.76
testReadWriteFileMethod · 0.76