MCPcopy Create free account
hub / github.com/badvision/jace / getState

Method getState

src/main/java/jace/core/SoftSwitch.java:261–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 }
260
261 public final boolean getState() {
262 if (state == null) {
263 return false;
264 }
265 return state;
266 }
267
268 abstract public void stateChanged();
269

Callers 2

doEventMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected