Package org.neuroml.export.utils
Class NeuroMLInclusionReader
- java.lang.Object
-
- org.lemsml.jlems.core.sim.AbstractInclusionReader
-
- org.lemsml.jlems.io.reader.JarResourceInclusionReader
-
- org.neuroml.export.utils.NeuroMLInclusionReader
-
public class NeuroMLInclusionReader extends org.lemsml.jlems.io.reader.JarResourceInclusionReader
-
-
Constructor Summary
Constructors Constructor Description NeuroMLInclusionReader(File f)
NeuroMLInclusionReader(String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRelativeContent(String attribute, String s)
protected String
insertIncludes(String stxta)
void
setIncludeConnectionsFromHDF5(boolean includeConnections)
-
Methods inherited from class org.lemsml.jlems.io.reader.JarResourceInclusionReader
addSearchPath, addSearchPath, addSearchPathInJar, addSearchPaths, getPossibleFile, getRootContent, main
-
-
-
-
Method Detail
-
setIncludeConnectionsFromHDF5
public void setIncludeConnectionsFromHDF5(boolean includeConnections)
-
getRelativeContent
public String getRelativeContent(String attribute, String s) throws org.lemsml.jlems.core.sim.ContentError
- Overrides:
getRelativeContent
in classorg.lemsml.jlems.io.reader.JarResourceInclusionReader
- Throws:
org.lemsml.jlems.core.sim.ContentError
-
-