section, subSection, name);
if (entry == null) {
throw new AnalystError("Unknown property: "
+ PropertyEntry.dotForm(section, subSection, name));
}
entry.validate(section, subSection, name, value);
}
private void handleProcessFields(final EncogFileSection section) {
List<ProcessField> fields = this.script.getProcess().getFields();
boolean first = true;