Package oms3.dsl.cosu
Class ObjFunc
- java.lang.Object
-
- oms3.dsl.cosu.ObjFunc
-
-
Constructor Summary
Constructors Constructor Description ObjFunc()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidadjustWeights(List<ObjFunc> ofs)static doublecalculateObjectiveFunctionValue(List<ObjFunc> ofs, Date start, Date end, File folder)Buildablecreate(Object name, Object value)Create a node.CSVColumngetObserved()CSVColumngetSimulated()static booleanisInc(List<ObjFunc> ofs)voidsetMethod(String method)voidsetTimestep(String timestep)voidsetWeight(double weight)
-
-
-
Method Detail
-
getSimulated
public CSVColumn getSimulated()
-
getObserved
public CSVColumn getObserved()
-
create
public Buildable create(Object name, Object value)
Description copied from interface:BuildableCreate a node.
-
setMethod
public void setMethod(String method)
-
setTimestep
public void setTimestep(String timestep)
-
setWeight
public void setWeight(double weight)
-
-