public class FileModelResolver extends Object implements org.jlibsedml.execution.IModelResolver
| Constructor and Description |
|---|
FileModelResolver(String sedmlPath) |
| Modifier and Type | Method and 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–2021. All rights reserved.