public class NetworkEvaluationItem extends Object implements FunctionHolder<Double[],Double>, Serializable
| Constructor and Description |
|---|
NetworkEvaluationItem() |
| Modifier and Type | Method and Description |
|---|---|
Function<Double[],Double> |
getEvalFunction() |
NetworkEvaluation |
getEvaluation() |
Function<Double[],Double> |
getFunction() |
Long |
getId() |
String |
getLabel() |
NetworkEvaluationVariable |
getVariable() |
Long |
getVersion() |
void |
setEvalFunction(Function<Double[],Double> evalFunction) |
void |
setEvaluation(NetworkEvaluation evaluation) |
void |
setFunction(Function<Double[],Double> evalFunction) |
void |
setId(Long id) |
void |
setVariable(NetworkEvaluationVariable variable) |
void |
setVersion(Long version) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public NetworkEvaluationVariable getVariable()
public void setVariable(NetworkEvaluationVariable variable)
public String getLabel()
public NetworkEvaluation getEvaluation()
public void setEvaluation(NetworkEvaluation evaluation)
public Function<Double[],Double> getFunction()
getFunction in interface FunctionHolder<Double[],Double>public void setFunction(Function<Double[],Double> evalFunction)
setFunction in interface FunctionHolder<Double[],Double>public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All Rights Reserved.