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