SBW AutoLayout API

Service: network

This service allows to layout the network.

void toggleVisibility()

Toggles the visibility of the Form

void setVisible(boolean)

hides/shows the form

string getCurrentSBML()

Returns the model as it is currently Loaded.

string getSBML()

Layouts the currently loaded SBML model and returns the model with Layout information

string generateLayout(double,double,boolean)

Generates a layout with the given settings of gravity, stiffness and magnetism.

string generateLayout(double,double,boolean,boolean,boolean)

Generates a layout with the given settings of gravity, stiffness, magnetism mode, boundary mode, grid mode.

string convertLayout(string)

Reads in a file with SBML Layout and converts reactions to a more friendly format

void loadSBML(string)

Loads an SBML file (level 1 or level 2) in order to generate a layout

void doAnalysis(string)

Loads an SBML file (level 1 or level 2) in order to generate a layout