|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.simBio.sim.dm.ParameterChanger
public class ParameterChanger
パラメータを変更したXMLデータを生成するクラス。
Constructor Summary | |
---|---|
ParameterChanger(InputStream randinput)
Parse XML files and run randomizer. |
|
ParameterChanger(InputStream datainput,
InputStream randinput)
Parse XML files and run randomizer. |
Method Summary | |
---|---|
void |
change()
|
void |
doLaunch(String[] args)
if protocol has launcher, than launch model. |
void |
exit()
|
Reader |
getDataXMLAsStream()
|
Document |
getDocument()
|
int |
getIterationNumber()
|
ProtocolParser |
getProtocolParser()
|
String |
getStateString()
|
static boolean |
hasExchanger(InputStream randinput)
Check if the file has an exchanger or not. |
static boolean |
isRandomizer(InputStream randinput)
Check if the file is a randomizer or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterChanger(InputStream datainput, InputStream randinput) throws IllegalArgumentException
datainput
- XML file of modelrandinput
- XML file of protocol
IllegalArgumentException
public ParameterChanger(InputStream randinput) throws IllegalArgumentException
randinput
- XML file of protocol
IllegalArgumentException
Method Detail |
---|
public static boolean isRandomizer(InputStream randinput)
randinput
- XML file of protocol
public static boolean hasExchanger(InputStream randinput)
randinput
- XML file of protocol
public void change()
public Reader getDataXMLAsStream()
public Document getDocument()
public ProtocolParser getProtocolParser()
public int getIterationNumber()
public void exit()
public void doLaunch(String[] args)
args
- URIs of XML filepublic String getStateString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |