Hide properties from Population.

refs #13
This commit is contained in:
Fabian Becker 2014-10-28 19:04:57 +01:00
parent 3a3ebc502b
commit 24597ad01b

View File

@ -179,6 +179,8 @@ public class Population extends ArrayList implements PopulationInterface, Clonea
public void hideHideable() {
setInitMethod(getInitMethod());
GenericObjectEditor.setHideProperty(this.getClass(), "functionCalls", true);
GenericObjectEditor.setHideProperty(this.getClass(), "generation", true);
}
/**