Uses of Class
org.neuroml.model.NeuroMLDocument
Packages that use NeuroMLDocument
-
Uses of NeuroMLDocument in org.neuroml.model
Methods in org.neuroml.model that return NeuroMLDocumentModifier and TypeMethodDescriptionObjectFactory.createNeuroMLDocument()
Create an instance ofNeuroMLDocument
Methods in org.neuroml.model that return types with arguments of type NeuroMLDocumentMethods in org.neuroml.model with parameters of type NeuroMLDocument -
Uses of NeuroMLDocument in org.neuroml.model.util
Methods in org.neuroml.model.util that return NeuroMLDocumentModifier and TypeMethodDescriptionNeuroMLConverter.loadNeuroML
(File xmlFile) NeuroMLConverter.loadNeuroML
(File xmlFile, boolean includeIncludes) NeuroMLConverter.loadNeuroML
(File xmlFile, boolean includeIncludes, boolean failOnMissingIncludes) NeuroMLConverter.loadNeuroML
(File xmlFile, boolean includeIncludes, boolean failOnMissingIncludes, ArrayList<String> alreadyIncluded) NeuroMLConverter.loadNeuroML
(String nml2Contents) NeuroMLConverter.loadNeuroML
(String nml2Contents, boolean includeIncludes, File baseDirectoryForIncludes) NeuroMLConverter.loadNeuroML
(String nml2Contents, boolean includeIncludes, File baseDirectoryForIncludes, ArrayList<String> alreadyIncluded) NeuroMLConverter.urlToNeuroML
(URL url) Methods in org.neuroml.model.util with parameters of type NeuroMLDocumentModifier and TypeMethodDescriptionstatic void
NeuroMLConverter.addElementToDocument
(NeuroMLDocument nmlDocument, Standalone nmlElement) static LinkedHashMap<String,
Standalone> NeuroMLConverter.getAllStandaloneElements
(NeuroMLDocument nmlDocument) static BiophysicalProperties
CellUtils.getCellBiophysicalProperties
(Cell cell, NeuroMLDocument nml2doc) static Morphology
CellUtils.getCellMorphology
(Cell cell, NeuroMLDocument nml2doc) static double
CellUtils.getFractionAlongSegGroupLength
(Cell cell, NeuroMLDocument nml2doc, String segmentGroup, int segmentId, float fractAlongSegment) static LinkedHashMap<Integer,
Segment> CellUtils.getIdsVsSegments
(Cell cell, NeuroMLDocument nml2doc) static LinkedHashMap<String,
SegmentGroup> CellUtils.getNamesVsSegmentGroups
(Cell cell, NeuroMLDocument nml2doc) static LinkedHashMap<SegmentGroup,
ArrayList<Integer>> CellUtils.getSegmentGroupsVsSegIds
(Cell cell, NeuroMLDocument nml2doc) CellUtils.getSegmentsInGroup
(Cell cell, NeuroMLDocument nml2doc, String segmentGroup) CellUtils.getSegmentsInGroup
(Cell cell, NeuroMLDocument nml2doc, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) static Segment
CellUtils.getSegmentWithId
(Cell cell, NeuroMLDocument nml2doc, int segmentId) static boolean
CellUtils.hasUnbranchedNonOverlappingInfo
(Cell cell, NeuroMLDocument nml2doc) NeuroMLConverter.neuroml2ToXml
(NeuroMLDocument nml2) NeuroMLConverter.neuroml2ToXml
(NeuroMLDocument nml2, String filename) static String
NeuroMLConverter.summary
(NeuroMLDocument nmlDocument) static String
NeuroMLConverter.summary
(NeuroMLDocument nmlDocument, boolean full) void
NeuroML2Validator.validateWithTests
(NeuroMLDocument nml2doc) -
Uses of NeuroMLDocument in org.neuroml.model.util.hdf5
Methods in org.neuroml.model.util.hdf5 that return NeuroMLDocumentModifier and TypeMethodDescriptionNetworkHelper.getNeuroMLDocument()
NeuroMLHDF5Reader.getNeuroMLDocument()
NeuroMLHDF5Reader.parse
(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded) NeuroMLHDF5Reader.parse
(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded, boolean includeIncludes) Methods in org.neuroml.model.util.hdf5 with parameters of type NeuroMLDocumentModifier and TypeMethodDescriptionstatic File
NeuroMLHDF5Writer.createNeuroMLH5file
(NeuroMLDocument neuroml, File file) void
NetworkHelper.setNeuroMLDocument
(NeuroMLDocument neuroMLDocument) Constructors in org.neuroml.model.util.hdf5 with parameters of type NeuroMLDocument