Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  frame-output.js   Sprache: JAVA

 
import {Decorators, Logger, Renderer} from 'francy-core';

/**
 * The {Message} holds the messages for the current Graphics.
 *
 * @access private
 */

export default class OutputFrame extends Renderer {

  constructor({appendTo, callbackHandler}, context) {
    super({appendTo: appendTo, callbackHandler: callbackHandler}, context);
  }

  @Decorators.Data.requires('output')
  async render() {
    const outputId = `Output-${this.context.instanceId}`;
    this.element = d3.select(`div#${outputId}`);

    // check if the output element is already present
    if (!this.element.node()) {
      // create a html element detached from the DOM!
      Logger.debug(`(${this.context.instanceId}) Creating Output [${outputId}]...`);
      this.element = this.parent.append('div').classed('francy-output'true).attr('id', outputId);
      this.element.append('span').classed('francy-output-header'true).text('GAP Output');
    }

    this.element.append('span').classed('francy-output-value'true).text(this.data.output);

    Logger.debug(`(${this.context.instanceId}) Output updated [${outputId}]...`);

    return this;
  }

}

Messung V0.5
C=91 H=97 G=93

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge