Changeset 531


Ignore:
Timestamp:
07/18/16 04:37:16 (8 years ago)
Author:
sz
Message:

updated to the most recent Framsticks source (Part.m removed, Creature.numconnections added, Geno/Genotype?.format is now string)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/Framclipse/com.framsticks.framclipse/res/framscript.xml

    r509 r531  
    187187                <element name="numjoints" type="integer" flags="3"/>
    188188                <element name="numneurons" type="integer" flags="3"/>
     189                <element name="numconnections" type="integer" flags="3"/>
    189190                <element name="data" type="Dictionary" flags="32768"/>
    190191                <element name="user1" type="untyped" deprecated="true" flags="8192"/>
     
    15271528                        <description><![CDATA[Additional information or comments]]></description>
    15281529                </element>
    1529                 <element name="format" type="integer" flags="257">
     1530                <element name="format" type="string" flags="257">
    15301531                        <description><![CDATA[Genotype format]]></description>
    15311532                </element>
     
    15431544                <element name="getConverted" function="true" type="Geno" flags="256">
    15441545                        <arguments>
    1545                                 <argument name="format" type="integer"/>
     1546                                <argument name="format" type="string"/>
    15461547                        </arguments>
    15471548                </element>
     
    15581559                        <arguments>
    15591560                                <argument name="genotype" type="string"/>
    1560                                 <argument name="format" type="integer"/>
     1561                                <argument name="format" type="string"/>
    15611562                                <argument name="name" type="string"/>
    15621563                                <argument name="description" type="string"/>
     
    28122813                <element name="y" type="float" flags="1024"/>
    28132814                <element name="z" type="float" flags="1024"/>
    2814                 <element name="m" type="float" min="0.1" max="999" default="1.0"/>
    28152815                <element name="sh" type="integer" min="0" max="3" default="0"/>
    28162816                <element name="s" type="float" min="0.1" max="10" default="1.0"/>
     
    33803380                <element name="expdef_info" type="string" flags="3"/>
    33813381                <element name="init" function="true" type="void">
    3382                         <description><![CDATA[Performs initialization procedures, like resetting counters, states, gene pools, etc.]]></description>
     3382                        <description><![CDATA[Prepares the experiment for running - usually performs initialization procedures such as resetting counters, states, gene pools, etc.
     3383These actions are defined in the onInit() function of this experiment definition.]]></description>
    33833384<arguments/></element>
    3384                 <element name="loadexpdef" function="true" type="void"><arguments/></element>
     3385                <element name="loadexpdef" function="true" type="void">
     3386                        <description><![CDATA[Resets the simulator to its default state, resets all parameters to default values and then loads this experiment definition.]]></description>
     3387<arguments/></element>
    33853388                <element name="usercode" type="string" min="1">
    33863389                        <description><![CDATA[You can override any function from the original experiment definition script. Use the same function names and provide alternative implementations.
     
    45404543                <element name="expdef_info" type="string" flags="3"/>
    45414544                <element name="init" function="true" type="void">
    4542                         <description><![CDATA[Performs initialization procedures, like resetting counters, states, gene pools, etc.]]></description>
     4545                        <description><![CDATA[Prepares the experiment for running - usually performs initialization procedures such as resetting counters, states, gene pools, etc.
     4546These actions are defined in the onInit() function of this experiment definition.]]></description>
    45434547<arguments/></element>
    4544                 <element name="loadexpdef" function="true" type="void"><arguments/></element>
     4548                <element name="loadexpdef" function="true" type="void">
     4549                        <description><![CDATA[Resets the simulator to its default state, resets all parameters to default values and then loads this experiment definition.]]></description>
     4550<arguments/></element>
    45454551                <element name="usercode" type="string" min="1">
    45464552                        <description><![CDATA[You can override any function from the original experiment definition script. Use the same function names and provide alternative implementations.
     
    56255631                <element name="numjoints" type="integer" flags="3"/>
    56265632                <element name="numneurons" type="integer" flags="3"/>
     5633                <element name="numconnections" type="integer" flags="3"/>
    56275634                <element name="data" type="Dictionary" flags="32768"/>
    56285635                <element name="user1" type="untyped" deprecated="true" flags="8192"/>
     
    60246031                <element name="y" type="float" flags="1024"/>
    60256032                <element name="z" type="float" flags="1024"/>
    6026                 <element name="m" type="float" min="0.1" max="999" default="1.0"/>
    60276033                <element name="sh" type="integer" min="0" max="3" default="0"/>
    60286034                <element name="s" type="float" min="0.1" max="10" default="1.0"/>
Note: See TracChangeset for help on using the changeset viewer.