public class AcSpeciesInteraction extends com.banda.core.domain.TechnicalDomainObject implements FunctionHolder<Double,Double>
| Modifier and Type | Class and Description |
|---|---|
static class |
AcSpeciesInteraction.AcSpeciesInteractionVariableComparator |
com.banda.core.domain.DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
AcSpeciesInteraction() |
| Modifier and Type | Method and Description |
|---|---|
AcInteraction |
getAction() |
Function<Double,Double> |
getFunction() |
Function<Double,Double> |
getSettingFunction() |
AcSpecies |
getSpecies() |
Long |
getSpeciesId() |
AcSpeciesSet |
getSpeciesSet() |
protected void |
setAction(AcInteraction action) |
void |
setFunction(Function<Double,Double> function) |
void |
setSettingFunction(Function<Double,Double> settingFunction) |
void |
setSpecies(AcSpecies species) |
String |
toString() |
public AcSpecies getSpecies()
public void setSpecies(AcSpecies species)
public AcInteraction getAction()
protected void setAction(AcInteraction action)
public AcSpeciesSet getSpeciesSet()
public Long getSpeciesId()
public Function<Double,Double> getFunction()
getFunction in interface FunctionHolder<Double,Double>public void setFunction(Function<Double,Double> function)
setFunction in interface FunctionHolder<Double,Double>public String toString()
toString in class com.banda.core.domain.DomainObject<Long>Object.toString()Copyright © 2015. All Rights Reserved.