Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neop/mudmap2
/ getName
Method
getName
src/main/java/mudmap2/backend/Place.java:90–92 ·
view source on GitHub ↗
Gets the name @return name of the place
()
Source
from the content-addressed store, hash-verified
88
* @
return
name of the place
89
*/
90
public
String getName() {
91
return
name;
92
}
93
94
/**
95
* Sets the name
Callers
15
testPlace
Method · 0.95
testGetName
Method · 0.95
testSetName
Method · 0.95
testToString
Method · 0.95
testCompareTo
Method · 0.95
testDuplicate
Method · 0.95
testReadWriteFile
Method · 0.95
testReadWriteFile
Method · 0.95
updateInfobar
Method · 0.95
ContextMenu
Method · 0.95
actionPerformed
Method · 0.95
paint
Method · 0.95
Calls
no outgoing calls
Tested by
15
testPlace
Method · 0.76
testGetName
Method · 0.76
testSetName
Method · 0.76
testToString
Method · 0.76
testCompareTo
Method · 0.76
testDuplicate
Method · 0.76
testReadWriteFile
Method · 0.76
testReadWriteFile
Method · 0.76
testGetSelectedPlace
Method · 0.36
testGetNewLayer_Name
Method · 0.36
testGetCenterX
Method · 0.36
testGetCenterY
Method · 0.36