Package org.neuroml.model.util.hdf5
Class NeuroMLHDF5Reader
java.lang.Object
org.neuroml.model.util.hdf5.NeuroMLHDF5Reader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
dataSet
(ncsa.hdf.object.Dataset d) protected void
endGroup
(ncsa.hdf.object.Group g) static void
parse
(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded, boolean includeIncludes) protected void
parseGroup
(ncsa.hdf.object.Group g) parseOptimized
(File hdf5File) parseOptimized
(File hdf5File, boolean includeIncludes) void
setVerbose
(boolean v) protected void
startGroup
(ncsa.hdf.object.Group g)
-
Constructor Details
-
NeuroMLHDF5Reader
- Throws:
IOException
NeuroMLException
-
-
Method Details
-
getNeuroMLDocument
-
setVerbose
public void setVerbose(boolean v) -
parse
public NeuroMLDocument parse(File hdf5File, boolean includeConnections) throws Hdf5Exception, NeuroMLException - Throws:
Hdf5Exception
NeuroMLException
-
parse
public NeuroMLDocument parse(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded) throws Hdf5Exception, NeuroMLException - Throws:
Hdf5Exception
NeuroMLException
-
parse
public NeuroMLDocument parse(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded, boolean includeIncludes) throws Hdf5Exception, NeuroMLException - Throws:
Hdf5Exception
NeuroMLException
-
parseOptimized
- Throws:
Hdf5Exception
NeuroMLException
-
parseOptimized
public NetworkHelper parseOptimized(File hdf5File, boolean includeIncludes) throws Hdf5Exception, NeuroMLException - Throws:
Hdf5Exception
NeuroMLException
-
startGroup
- Throws:
Hdf5Exception
NeuroMLException
-
endGroup
- Throws:
Hdf5Exception
-
dataSet
- Throws:
Hdf5Exception
-
parseGroup
- Throws:
Hdf5Exception
NeuroMLException
-
main
-