org.simBio.sim.js
Class JSProtocolParser

java.lang.Object
  extended by org.simBio.sim.dm.ProtocolParser
      extended by org.simBio.sim.js.JSProtocolParser

public class JSProtocolParser
extends ProtocolParser

Protocol XML-file parser for JavaSpaces.

Version:
$Id: JSProtocolParser.java,v 1.1 2007/12/18 04:55:58 mikaelwing Exp $
Author:
Mikael Wing

Field Summary
 
Fields inherited from class org.simBio.sim.dm.ProtocolParser
protocol
 
Constructor Summary
JSProtocolParser(java.io.InputStream protocol)
           
 
Method Summary
 java.lang.String[] getCodeBases()
          Read tag attribute "URL" from file protocol.
 java.lang.String getServiceURL()
          Read tag attribute "URL" from file protocol.
 
Methods inherited from class org.simBio.sim.dm.ProtocolParser
getBaseModel, getCsvRootFile, getEraser, getExchanger, getGenerateModel, getIdentification, getInserter, getInserterBefore, getLauncher, getMaxThreads, getMultiplier, getNormalizeTo, getProtocolAsStream, getSettings, getTocXML, getWriter, getXmlRootDir, getXpath, hasExchanger, setXmlRootDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSProtocolParser

public JSProtocolParser(java.io.InputStream protocol)
Method Detail

getServiceURL

public java.lang.String getServiceURL()
                               throws java.io.IOException
Read tag attribute "URL" from file protocol.

Returns:
nodevalue for URL.
Throws:
java.io.IOException

getCodeBases

public java.lang.String[] getCodeBases()
Read tag attribute "URL" from file protocol.

Returns:
nodevalue for URL.


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.