feldob / InPUT

A descriptive and programming language independent format and API for the simplified configuration, documentation, and design of computer experiments.
7 stars 25 forks source link

Parameter value and object field are kept in sync iff it was not initialized by constructor #52

Open finkn opened 10 years ago

finkn commented 10 years ago

The value of an inner parameter is kept in sync with the corresponding object field if and only if it was not initialized using the constructor.

See https://github.com/finkn/InPUTspec/blob/master/main/src/net/finkn/inputspec/v050/ValueConsistencyTest.java for details.