MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / parents

Method parents

src/main/java/fieldbox/boxes/Box.java:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166
167 return this;
168 }
169
170 public Set<Box> parents() {
171 return Collections.unmodifiableSet(parents);
172 }
173

Callers 13

KeyboardFocusMethod · 0.95
checkForDeletionMethod · 0.95
DefaultMenusMethod · 0.80
upwardsOrDownwardsMethod · 0.80
populationMethod · 0.80
asMap_getMethod · 0.80
duplicateGroupMethod · 0.80
DispatchMethod · 0.80
completeDragMethod · 0.80
checkForDeletionMethod · 0.80
_saveBoxMethod · 0.80
toExternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected