public abstract class SourcedModule extends Module
Modifier and Type | Field and Description |
---|---|
protected ScalarParameter |
source |
DEFAULT_SEED
Constructor and Description |
---|
SourcedModule() |
Modifier and Type | Method and Description |
---|---|
ScalarParameter |
getSource() |
void |
setSeed(java.lang.String seedName,
long seed) |
void |
setSource(double source) |
void |
setSource(Module source) |
void |
setSource(ScalarParameter scalarParameter) |
buildFromPropertyMap, get, get, get, get, getId, getModuleMap, setId, writeToMap
protected ScalarParameter source
public void setSource(double source)
public void setSource(Module source)
public void setSource(ScalarParameter scalarParameter)
public ScalarParameter getSource()