public class SimulationParameters extends Object implements XMLize, NamedObject, NamedStateStore, UpdaterDefinitionStore
Modifier and Type | Field and Description |
---|---|
boolean |
breadthFirst |
Map |
m_initState |
Map |
m_input |
int |
maxdepth |
int |
maxnodes |
String |
name |
SimulationParameterList |
param_list |
int |
simulationStrategy |
static int |
STRATEGY_HTG |
static int |
STRATEGY_SCCG |
static int |
STRATEGY_STG |
Constructor and Description |
---|
SimulationParameters(RegulatoryGraph graph)
empty constructor without parameter list.
|
SimulationParameters(SimulationParameterList param_list)
empty constructor for everyday use.
|
Modifier and Type | Method and Description |
---|---|
SimulationParameters |
clone() |
void |
copy_to(SimulationParameters other,
Map mapping) |
String |
getDescr(List<org.colomoto.biolqm.NodeInfo> nodeOrder)
Describe this parameter.
|
Map |
getInitialState() |
Map |
getInputState() |
String |
getName() |
UpdaterDefinition |
getPriorityClassDefinition() |
UpdaterDefinition |
getUpdatingMode()
Retrieve the stored definition
|
void |
setName(String name)
change the name of this object
|
void |
setUpdatingMode(UpdaterDefinition updef)
Store a priority definition
|
String |
toString() |
void |
toXML(XMLWriter out)
write the XML representation of this object to a file
|
public static final int STRATEGY_STG
public static final int STRATEGY_SCCG
public static final int STRATEGY_HTG
public String name
public int maxdepth
public int maxnodes
public boolean breadthFirst
public int simulationStrategy
public Map m_initState
public Map m_input
public SimulationParameterList param_list
public SimulationParameters(SimulationParameterList param_list)
param_list
- public SimulationParameters(RegulatoryGraph graph)
graph
- public String getDescr(List<org.colomoto.biolqm.NodeInfo> nodeOrder)
public void toXML(XMLWriter out) throws IOException
XMLize
toXML
in interface XMLize
IOException
public SimulationParameters clone()
public String getName()
getName
in interface NamedObject
public void setName(String name)
NamedObject
setName
in interface NamedObject
public Map getInitialState()
getInitialState
in interface NamedStateStore
public Map getInputState()
getInputState
in interface NamedStateStore
public UpdaterDefinition getPriorityClassDefinition()
public void copy_to(SimulationParameters other, Map mapping)
public UpdaterDefinition getUpdatingMode()
UpdaterDefinitionStore
getUpdatingMode
in interface UpdaterDefinitionStore
public void setUpdatingMode(UpdaterDefinition updef)
UpdaterDefinitionStore
setUpdatingMode
in interface UpdaterDefinitionStore
Copyright © 2005–2020. All rights reserved.