org.jlibsedml.execution.IModelResolverpublic class FileModelResolver extends Object implements org.jlibsedml.execution.IModelResolver
| Constructor | Description |
|---|---|
FileModelResolver(String sedmlPath) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getModelXMLFor(URI modelURI) |
Makes a best effort to read an XML based model and return it as a String
based upon the URI.
|
public FileModelResolver(String sedmlPath)
public String getModelXMLFor(URI modelURI)
getModelXMLFor in interface org.jlibsedml.execution.IModelResolvermodelURI - A non-null URI.null if could not be resolved,
or the file is not XML content.IllegalArgumentException - if modelURI is null.Copyright © 2007–2018. All rights reserved.