com.banda.chemistry.domain
Class AcParameter

java.lang.Object
  extended by com.banda.core.domain.DomainObject<Long>
      extended by com.banda.core.domain.TechnicalDomainObject
          extended by com.banda.chemistry.domain.AcVariable<AcParameterSet>
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.banda.chemistry.domain.AcVariable
AcVariable.AcVariableIndexComparator, AcVariable.AcVariableLabelComparator
 
Nested classes/interfaces inherited from class com.banda.core.domain.DomainObject
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>
 
Constructor Summary
AcParameter()
           
 
Method Summary
 Function<Double,Double> getEvolFunction()
           
 Function<Double,Double> getFunction()
           
 void setEvolFunction(Function<Double,Double> evolFunction)
           
 void setFunction(Function<Double,Double> function)
           
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcParameter

public AcParameter()
Method Detail

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.