Modifier and Type | Method and Description |
---|---|
Collection<DiscreteEvent> |
SubExp.getDiscreteEventCollection() |
Collection<DiscreteEvent> |
SimulatorParser.parseModulator(Element subExperimentElement) |
Constructor and Description |
---|
SubExp(int repetition,
double trialLength,
Stimulus[] stimuli,
Collection<DiscreteEvent> discreteEventCollection) |
Modifier and Type | Method and Description |
---|---|
DiscreteEvent |
DiscreteEventQueue.peek() |
DiscreteEvent |
DiscreteEventQueue.poll() |
Modifier and Type | Method and Description |
---|---|
Comparator<DiscreteEvent> |
EngineFactory.createDiscreteEventComparator() |
Modifier and Type | Method and Description |
---|---|
void |
DiscreteEventQueue.add(DiscreteEvent... discreteEvents) |
Modifier and Type | Method and Description |
---|---|
void |
DiscreteEventQueue.addAll(Collection<DiscreteEvent> discreteEventCollection) |
DiscreteEventQueue |
EngineFactory.createDiscreteEventQueue(Comparator<DiscreteEvent> discreteEventComparator) |
Modifier and Type | Class and Description |
---|---|
class |
PeriodicDiscreteEventImp
DiscreteEvent implementation that runs periodically.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultDiscreteEventComparatorImp.compare(DiscreteEvent discreteEvent0,
DiscreteEvent discreteEvent1) |
Modifier and Type | Method and Description |
---|---|
Comparator<DiscreteEvent> |
DefaultEngineFactoryImp.createDiscreteEventComparator() |
Modifier and Type | Method and Description |
---|---|
DiscreteEventQueue |
DefaultEngineFactoryImp.createDiscreteEventQueue(Comparator<DiscreteEvent> discreteEventComparator) |
Modifier and Type | Method and Description |
---|---|
DiscreteEvent |
DefaultDiscreteEventQueueImp.peek() |
DiscreteEvent |
DefaultDiscreteEventQueueImp.poll() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDiscreteEventQueueImp.add(DiscreteEvent... discreteEvents) |
boolean |
DefaultDiscreteEventQueueImp.offer(DiscreteEvent discreteEvent) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultDiscreteEventQueueImp.addAll(Collection<DiscreteEvent> discreteEventCollection) |
Constructor and Description |
---|
DefaultDiscreteEventQueueImp(Comparator<DiscreteEvent> discreteEventComparator) |
Modifier and Type | Method and Description |
---|---|
DiscreteEvent |
ModelFactory.createModulationDiscreteEvent(double time,
String name,
double peakFactor,
Seq<ModulatedSynapse> modulatedSynapseSeq) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultModulationDiscreteEventImp
Default implementation of a Modulation DiscreteEvent.
|
Modifier and Type | Method and Description |
---|---|
DiscreteEvent |
DefaultModelFactoryImp.createModulationDiscreteEvent(double time,
String key,
double factor,
Seq<ModulatedSynapse> modulatedSynapseSeq) |