public class Sim extends LemsProcess
| Modifier and Type | Field and Description |
|---|---|
long |
simulationEndTime |
long |
simulationSaveTime |
long |
simulationStartTime |
double[] |
times |
lems, root, srcfnm, srcStr| Modifier and Type | Method and Description |
|---|---|
void |
build() |
StateInstance |
getCurrentRootState() |
Map<String,DataViewer> |
getDvHM() |
StateType |
getRootBehavior() |
List<RunConfig> |
getRunConfigs() |
StateType |
getTargetBehavior() |
void |
printCB() |
void |
printFirstConsolidated() |
void |
run() |
void |
run(RunConfig rc,
boolean flatten) |
void |
runTree() |
void |
runWithMeta() |
void |
setMaxExecutionTime(int nms) |
addSubstitutionType, applySubstitutions, getLems, getSourceText, print, process, readModel, setNoConsolidationpublic long simulationStartTime
public long simulationEndTime
public long simulationSaveTime
public double[] times
public Sim(String srcStr)
public Map<String,DataViewer> getDvHM()
public void build()
throws ContentError,
ConnectionError,
ParseError
ContentErrorConnectionErrorParseErrorpublic void run()
throws ConnectionError,
ContentError,
RuntimeError,
ParseError
public void runTree()
throws ConnectionError,
ContentError,
RuntimeError,
ParseError
public void runWithMeta()
throws ConnectionError,
ContentError,
RuntimeError,
ParseError
public StateType getRootBehavior()
public StateType getTargetBehavior()
public StateInstance getCurrentRootState()
public void run(RunConfig rc, boolean flatten) throws ConnectionError, ContentError, RuntimeError, ParseError
public void printCB()
throws ContentError,
ParseError
ContentErrorParseErrorpublic void printFirstConsolidated()
throws ContentError,
ParseError,
RuntimeError
ContentErrorParseErrorRuntimeErrorpublic void setMaxExecutionTime(int nms)
Copyright © 2019. All rights reserved.