All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.reactors.debugger.js.ctx.js Maven / Gradle / Ivy


class Ctx {
  constructor() {
    this._graph = null;
    this.animator = new Animator();
  }

  getReactorCoordinates(id) {
    if (this._graph) return this._graph.getReactorCoordinates(id);
    else return undefined;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy