public interface IGridCalc
Modifier and Type | Interface and Description |
---|---|
static interface |
IGridCalc.Event |
static class |
IGridCalc.EventType |
static interface |
IGridCalc.Happening |
static class |
IGridCalc.HappeningKind |
Modifier and Type | Method and Description |
---|---|
Collection<IGridCalc.Event> |
getEvents() |
int[][] |
getEventStatistics() |
double |
getGridPartConc(int i,
int outj) |
int |
getGridPartNumb(int i,
int outj) |
Collection<IGridCalc.Happening> |
getHappenings() |
int |
getNumberElements() |
long |
getSimulationSeed() |
SDRun |
getSource() |
boolean |
preferConcs() |
int |
trial() |
int trial()
int getGridPartNumb(int i, int outj)
double getGridPartConc(int i, int outj)
boolean preferConcs()
SDRun getSource()
long getSimulationSeed()
int getNumberElements()
int[][] getEventStatistics()
Collection<IGridCalc.Event> getEvents()
Collection<IGridCalc.Happening> getHappenings()
Copyright © 2016. All rights reserved.