|
OMS (v3.0.25) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oms3.dsl.AbstractSimulation oms3.dsl.Sim
public class Sim
Core Simulation DSL
Field Summary |
---|
Fields inherited from class oms3.dsl.AbstractSimulation |
---|
log |
Fields inherited from interface oms3.dsl.Buildable |
---|
LEAF |
Constructor Summary | |
---|---|
Sim()
|
Method Summary | |
---|---|
Buildable |
create(java.lang.Object name,
java.lang.Object value)
Create a node. |
void |
dig()
|
java.lang.String |
digest()
Get the simulation digest record. |
void |
doc()
|
void |
document(java.lang.CharSequence file)
Generate Simulation Documentation in Docbook 5. |
void |
edit()
Edit parameter file content. |
java.lang.Object |
run()
|
void |
setDigest(boolean digest)
|
void |
setSanitychecks(boolean sanitychecks)
perform sanity checks for the model, default is true. |
void |
setTiming(boolean timing)
Print out timing information at the end. |
Methods inherited from class oms3.dsl.AbstractSimulation |
---|
getModel, getName, getOut, getOutput, graph, handleException, output, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sim()
Method Detail |
---|
public void setTiming(boolean timing)
timing
- public void setSanitychecks(boolean sanitychecks)
sanitychecks
- public void setDigest(boolean digest)
public Buildable create(java.lang.Object name, java.lang.Object value)
Buildable
create
in interface Buildable
create
in class AbstractSimulation
name
- the node namevalue
- the value
public java.lang.Object run()
run
in class AbstractSimulation
public void edit() throws java.lang.Exception
edit
in class AbstractSimulation
java.lang.Exception
public void doc() throws java.lang.Exception
doc
in class AbstractSimulation
java.lang.Exception
public void document(java.lang.CharSequence file) throws java.lang.Exception
file
-
java.lang.Exception
public void dig() throws java.lang.Exception
dig
in class AbstractSimulation
java.lang.Exception
public java.lang.String digest() throws java.lang.Exception
java.lang.Exception
|
OMS (v3.0.25) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |