Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ create
Method
create
src/main/java/jace/config/DeviceEnum.java:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
public
interface
DeviceEnum<T extends Reconfigurable> {
4
public
String getName();
5
public
T create();
6
public
boolean isInstance(T t);
7
}
Callers
7
createObj
Function · 0.65
tern.js
File · 0.65
applyChanges
Function · 0.65
processDragEnteredEvent
Method · 0.65
insertCard
Method · 0.65
createMemory
Method · 0.65
reconfigure
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected