MCPcopy 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

3public interface DeviceEnum<T extends Reconfigurable> {
4 public String getName();
5 public T create();
6 public boolean isInstance(T t);
7}

Callers 7

createObjFunction · 0.65
tern.jsFile · 0.65
applyChangesFunction · 0.65
insertCardMethod · 0.65
createMemoryMethod · 0.65
reconfigureMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected