diff --git a/description.lua b/description.lua index 1ed88ee..a37a77f 100644 --- a/description.lua +++ b/description.lua @@ -1,8 +1,7 @@ -version = "0.1" +version = "0.2" license = "GPL" package = "sysdyn" title = "System Dynamics" -date = "17 July 2015" authors = "Gilberto Camara and Pedro R. Andrade" contact = "pedro.andrade@inpe.br" content = "Implements a System Dynamics framework." diff --git a/doc/files/SysDynModel.html b/doc/files/SysDynModel.html index c7482dd..4fa0578 100644 --- a/doc/files/SysDynModel.html +++ b/doc/files/SysDynModel.html @@ -62,6 +62,8 @@

sysdyn

+ + @@ -92,6 +94,8 @@

Models

+ + @@ -110,6 +114,7 @@

Types

+ @@ -131,6 +136,8 @@

Types

+ + @@ -143,6 +150,7 @@

Types

+ @@ -157,6 +165,9 @@

Examples

+ + + @@ -196,6 +207,11 @@

Arguments

+
  • + deltaTime: A numeric value with the period to execute the changes of the model. The default value is one. +
  • + +
  • graphics: A table with internal tables describing how the parameters of the model will be drawn in the screen. It can have three values:
  • @@ -254,7 +270,7 @@

    Arguments

    - A table with internal tables with the attributes to be drawn as a phase space. The first attribute of every internal table will be used as x axis. + A table with internal tables with the attributes to be drawn as a phase space. The first attribute of every internal table will be used as @@ -263,6 +279,11 @@

    Arguments

    +
  • + updateTime: A numeric value with the period to update the charts. The default value is one. x axis. +
  • + +
  • ...: Any other value that can be used as parameter for the Model.
  • diff --git a/doc/files/data.html b/doc/files/data.html index cae210b..0b498fe 100644 --- a/doc/files/data.html +++ b/doc/files/data.html @@ -62,6 +62,8 @@

    sysdyn

    + + @@ -92,6 +94,8 @@

    Models

    + + @@ -112,6 +116,7 @@

    Types

    + @@ -133,6 +138,8 @@

    Types

    + + @@ -145,6 +152,7 @@

    Types

    + @@ -159,6 +167,9 @@

    Examples

    + + + diff --git a/doc/files/examples.html b/doc/files/examples.html index ab48189..8e04dca 100644 --- a/doc/files/examples.html +++ b/doc/files/examples.html @@ -62,6 +62,8 @@

    sysdyn

    + + @@ -92,6 +94,8 @@

    Models

    + + @@ -112,6 +116,7 @@

    Types

    + @@ -133,6 +138,8 @@

    Types

    + + @@ -145,6 +152,7 @@

    Types

    + @@ -159,9 +167,13 @@

    Examples

    + + + +

    Examples

    @@ -182,8 +194,19 @@

    Examples

    + + + + + + predatorprey + Simulation of predator-prey model. + + + +
    @@ -205,6 +228,16 @@

    Examples

    + + + + +

    predatorprey

    + + + Simulation of predator-prey model. +
    +
    diff --git a/doc/files/font.html b/doc/files/font.html new file mode 100644 index 0000000..de1d6a2 --- /dev/null +++ b/doc/files/font.html @@ -0,0 +1,200 @@ + + + + + System Dynamics + + + + + + + + + +
    + + +
    + + +
    +

    Font

    + + + +
    + + +
    + +
    +
    +
    + +
    +

    Valid XHTML 1.0!

    +
    + +
    + + + diff --git a/doc/files/models.html b/doc/files/models.html index eab354f..f108c64 100644 --- a/doc/files/models.html +++ b/doc/files/models.html @@ -62,6 +62,8 @@

    sysdyn

    + + @@ -92,6 +94,8 @@

    Models

    + + @@ -112,6 +116,7 @@

    Types

    + @@ -133,6 +138,8 @@

    Types

    + + @@ -145,6 +152,7 @@

    Types

    + @@ -159,6 +167,9 @@

    Examples

    + + +
    @@ -211,6 +222,8 @@

    Models

    + +
    @@ -330,6 +343,8 @@

    Arguments

    + +
    diff --git a/doc/index.html b/doc/index.html index 9d86476..807a618 100644 --- a/doc/index.html +++ b/doc/index.html @@ -62,6 +62,8 @@

    sysdyn

    + + @@ -92,6 +94,8 @@

    Models

    + + @@ -112,6 +116,7 @@

    Types

    + @@ -133,6 +138,8 @@

    Types

    + + @@ -145,6 +152,7 @@

    Types

    + @@ -159,6 +167,9 @@

    Examples

    + + + @@ -168,13 +179,13 @@

    Examples


    - Version: 0.1
    + Version: 0.2
    License: GPL
    - Release: 17 July 2015
    + Release: 06 August 2015
    Authors: Gilberto Camara and Pedro R. Andrade
    @@ -222,6 +233,8 @@

    Examples

    + + @@ -281,6 +294,8 @@

    Models

    + + @@ -302,6 +317,8 @@

    Models

    + + @@ -330,6 +347,8 @@

    Types

    + + @@ -349,6 +368,8 @@

    Types

    + + @@ -370,6 +391,8 @@

    Types

    + + @@ -392,10 +415,22 @@

    Examples

    + + + + + predatorprey + Simulation of predator-prey model. + + + + + + diff --git a/doc/luadoc.css b/doc/luadoc.css index edb8d96..350f4a2 100644 --- a/doc/luadoc.css +++ b/doc/luadoc.css @@ -146,7 +146,6 @@ div.header, div.footer { margin-left: 0em; } #navigation { float: left; - position: fixed; width: 12em; margin: 0; vertical-align: top; @@ -249,6 +248,8 @@ table.arg_tab margin-top: 1em; margin-bottom: 1em; text-align: left; + margin-right:auto; + margin-left:0px } table.module_list td diff --git a/examples/predatorprey.lua b/examples/predatorprey.lua index 82e317c..a1775c4 100644 --- a/examples/predatorprey.lua +++ b/examples/predatorprey.lua @@ -1,3 +1,4 @@ +-- @example Simulation of predator-prey model. import("sysdyn")