public class AcSimulationConfig extends Object implements Serializable
| Constructor and Description |
|---|
AcSimulationConfig() |
| Modifier and Type | Method and Description |
|---|---|
com.banda.core.domain.um.User |
getCreatedBy() |
Double |
getFixedPointDetectionPeriodicity() |
Double |
getFixedPointDetectionPrecision() |
Long |
getId() |
Double |
getInfluxScale() |
Double |
getLowerThreshold() |
String |
getName() |
ODESolverType |
getOdeSolverType() |
Date |
getTimeCreated() |
Double |
getTimeStep() |
Double |
getTolerance() |
Double |
getUpperThreshold() |
Long |
getVersion() |
void |
setCreatedBy(com.banda.core.domain.um.User createdBy) |
void |
setFixedPointDetectionPeriodicity(Double fixedPointDetectionPeriodicity) |
void |
setFixedPointDetectionPrecision(Double fixedPointDetectionPrecision) |
void |
setId(Long id) |
void |
setInfluxScale(Double influxScale) |
void |
setLowerThreshold(Double lowerThreshold) |
void |
setName(String name) |
void |
setOdeSolverType(ODESolverType odeSolverType) |
void |
setTimeCreated(Date timeCreated) |
void |
setTimeStep(Double timeStep) |
void |
setTolerance(Double tolerance) |
void |
setUpperThreshold(Double upperThreshold) |
void |
setVersion(Long version) |
public Long getId()
public void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public Date getTimeCreated()
public void setTimeCreated(Date timeCreated)
public com.banda.core.domain.um.User getCreatedBy()
public void setCreatedBy(com.banda.core.domain.um.User createdBy)
public String getName()
public void setName(String name)
public Double getUpperThreshold()
public void setUpperThreshold(Double upperThreshold)
public Double getFixedPointDetectionPrecision()
public void setFixedPointDetectionPrecision(Double fixedPointDetectionPrecision)
public Double getLowerThreshold()
public void setLowerThreshold(Double lowerThreshold)
public Double getTimeStep()
public void setTimeStep(Double timeStep)
public ODESolverType getOdeSolverType()
public void setOdeSolverType(ODESolverType odeSolverType)
public Double getTolerance()
public void setTolerance(Double tolerance)
public Double getFixedPointDetectionPeriodicity()
public void setFixedPointDetectionPeriodicity(Double fixedPointDetectionPeriodicity)
public Double getInfluxScale()
public void setInfluxScale(Double influxScale)
Copyright © 2015. All Rights Reserved.