com.banda.chemistry.domain
Class AcParameter
java.lang.Object
com.banda.core.domain.DomainObject<Long>
com.banda.core.domain.TechnicalDomainObject
com.banda.chemistry.domain.AcVariable<AcParameterSet>
com.banda.chemistry.domain.AcParameter
- All Implemented Interfaces:
- com.banda.core.domain.KeyHolder<Long>, FunctionHolder<Double,Double>, Serializable
public class AcParameter
- extends AcVariable<AcParameterSet>
- implements FunctionHolder<Double,Double>
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>> |
| Methods inherited from class com.banda.chemistry.domain.AcVariable |
equals, getLabel, getParentSet, getSortOrder, getVariableIndex, hashCode, setLabel, setParentSet, setParentSetUnsafe, setSortOrder, setVariableIndex |
| Methods inherited from class com.banda.core.domain.TechnicalDomainObject |
getId, getKey, getVersion, setId, setKey, setVersion |
| Methods inherited from class com.banda.core.domain.DomainObject |
copyFrom |
AcParameter
public AcParameter()
getEvolFunction
public Function<Double,Double> getEvolFunction()
setEvolFunction
public void setEvolFunction(Function<Double,Double> evolFunction)
getFunction
public Function<Double,Double> getFunction()
- Specified by:
getFunction in interface FunctionHolder<Double,Double>
setFunction
public void setFunction(Function<Double,Double> function)
- Specified by:
setFunction in interface FunctionHolder<Double,Double>
toString
public String toString()
- Overrides:
toString in class AcVariable<AcParameterSet>
- See Also:
Object.toString()
Copyright © 2013. All Rights Reserved.