public class InjectionStim extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.logging.log4j.Logger |
log |
String |
specieID |
Constructor and Description |
---|
InjectionStim(String species,
String site,
Double rate,
Double onset,
Double duration,
Double period,
Double end) |
Modifier and Type | Method and Description |
---|---|
BaseCalc.distribution_t |
getDistribution() |
double |
getDuration() |
double |
getEnd() |
String |
getInjectionSite() |
double |
getInterTrainInterval() |
int |
getNumTrains() |
double |
getOnset() |
double |
getPeriod() |
double |
getRate() |
double[][] |
getRates() |
String |
getSpecies() |
public static final org.apache.logging.log4j.Logger log
public String specieID
public String getInjectionSite()
public String getSpecies()
public BaseCalc.distribution_t getDistribution()
public double getRate()
public double getOnset()
public double getDuration()
public double getPeriod()
public double getEnd()
public int getNumTrains()
public double getInterTrainInterval()
public double[][] getRates()
Copyright © 2020. All rights reserved.