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


Quelle  viz-tool-cytoscape.js   Sprache: JAVA

 

window.requirejs.config( {
    paths : {
        cytoscape : 'https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.2.16/cytoscape.min'
    }
} );

// The Cytoscape library (http://js.cytoscape.org/)
//
// This library is for drawing and analyzing graphs in the mathematical
// sense (vertices and edges).  This routine passes json.data directly
// to the Cytoscape main function.
//
// This modifies the json parameter in-place by adding the element
// parameter as the container field in its data object.  This is done
// because we assume that large graphs may be passed this way, and we do
// not wish to copy them every time.  The caller may feel free to copy
// the json object before passing.
window.VisualizationTools.cytoscape = function ( element, json, callback ) {
    require( [ 'cytoscape' ], function ( cytoscape ) {
        if ( json.width ) $( element ).width( json.width );
        if ( json.height ) $( element ).height( json.height );
        json.data.container = element;
        callback( element, cytoscape( json.data ) );
    } );
};

Messung V0.5
C=54 H=100 G=80

¤ Dauer der Verarbeitung: 0.1 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