Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ setName
Method
setName
src/main/java/gate/creole/ResourceData.java:134–134 ·
view source on GitHub ↗
Set method for the resource name
(String name)
Source
from the content-addressed store, hash-verified
132
133
/** Set method
for
the resource name */
134
public
void
setName(String name) { this.name = name; }
135
136
/** Get method
for
the resource name */
137
public
String getName() {
return
name; }
Callers
1
isValid
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected