Uses of Class
org.neuroml.model.NeuroMLDocument
-
Uses of NeuroMLDocument in org.neuroml.model
Modifier and TypeMethodDescriptionObjectFactory.createNeuroMLDocument()
Create an instance ofNeuroMLDocument
-
Uses of NeuroMLDocument in org.neuroml.model.util
Modifier 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) Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionstatic File
NeuroMLHDF5Writer.createNeuroMLH5file
(NeuroMLDocument neuroml, File file) void
NetworkHelper.setNeuroMLDocument
(NeuroMLDocument neuroMLDocument)