Ignore:
Timestamp:
09/23/13 18:54:07 (11 years ago)
Author:
psniegowski
Message:

HIGHLIGHTS:

  • add SimultorProviders? hierarchy
  • start Framsticks server over SSH
  • FJF compatible with Framsticks 4.0rc3
  • reading and writing of standard.expt
  • a proof-of-concept implementation of StandardExperiment?

CHANGELOG:
Optionally return FreeAccess? from registry.

Add SimulatorRange?.

StandardExperiment? with genotypes circulation.

Automate registration around StandardState?.

More improvements to StandardExperiment?.

Skeleton version of StandardExperiment?.

Test saving of StandardState?.

Standard experiment state is being loaded.

More development towards StandardState? reading.

Work on reading standard experiment state.

Add classes for standard experiment.

Update example standard.expt

Add FreeAccess? and FreeObject?.

Made compatible with version 4.0rc3

Change deserialization policy.

Improve SSH support.

Working running simulator over SSH.

Fix joining bug in Experiment.

Working version of SimulatorRunner?.

Add more SimulatorProviders?.

Working PrimeExperimentTest? with 4.0rc3

Add references to deserialization.

Add OpaqueObject? and it's serialization.

Add deserialization of dictionaries.

Partial implementation of deserialization.

Add more tests for deserialization.

Prepare tests for deserialization.

Add proper result to prime experiment test.

Minor fixes to simulators providers.

Draft version of SimulatorProvider?.

Add SimulatorProvider? interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/main/src/main/java/com/framsticks/experiment/NetLoadSaveLogic.java

    r105 r107  
    1818        private static final Logger log = LogManager.getLogger(NetLoadSaveLogic.class);
    1919
    20         protected String option = "an option";
    2120
    2221        protected final Class<NF> netJavaClass;
     
    9594
    9695        /**
    97          * @return the option
    98          */
    99         @ParamAnnotation
    100         public String getOption() {
    101                 return option;
    102         }
    103 
    104         /**
    105          * @param option the option to set
    106          */
    107         @ParamAnnotation
    108         public void setOption(String option) {
    109                 this.option = option;
    110         }
    111 
    112         /**
    11396         * @return the netJavaClass
    11497         */
Note: See TracChangeset for help on using the changeset viewer.