<
From version < 17.1 >
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
To version < 18.1 >
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
>
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  The central operation of KWebS is {{code language="none"}}graphLayout{{/code}}, which is shown in the listing below. It calculates the layout of a graph that you deliver in serial notation as the {{code language="none"}}serializedGraph{{/code}} parameter. This parameter is declaring a general serial notation. The server has to know the underlying meta model and form of serialization, therefore, you have to define the //format// you used to submit your graph with the {{code language="none"}}informat{{/code}} parameter. In general, when the server has calculated the layout, it delivers the graph for which the layout was calculated in the same format that you chose to submit your source graph. Alternatively, you can define a different output format with the parameter {{code language="none"}}outformat{{/code}} and the server performs the necessary translation.
6 6  
7 -There is a [[wiki page>>doc:Kieler.Discontinued Projects.Web Services (KWebS).Graph Formats.WebHome]] explaining the currently supported graph formats.
7 +There is a [[wiki page>>doc:KIELER.Discontinued Projects.Web Services (KWebS).Graph Formats.WebHome]] explaining the currently supported graph formats.
8 8  
9 9  {{code theme="Eclipse" language="java"}}
10 10  /**