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

Method getChildren

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

Gets the child places @return child places

()

Source from the content-addressed store, hash-verified

366 * @return child places
367 */
368 public HashSet<Place> getChildren() {
369 return children;
370 }
371
372 /**
373 * Gets the parent places

Callers 10

testConnectChildMethod · 0.95
testRemoveChildMethod · 0.95
testGetChildrenMethod · 0.95
testRemoveConnectionsMethod · 0.95
testReadWriteFileMethod · 0.95
testReadWriteFileMethod · 0.95
paintMethod · 0.95
pasteMethod · 0.80
ContextMenuMethod · 0.80
writeFileMethod · 0.80

Calls

no outgoing calls

Tested by 6

testConnectChildMethod · 0.76
testRemoveChildMethod · 0.76
testGetChildrenMethod · 0.76
testRemoveConnectionsMethod · 0.76
testReadWriteFileMethod · 0.76
testReadWriteFileMethod · 0.76