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 ofNeuroMLDocumentMethods 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 voidNeuroMLConverter.addElementToDocument(NeuroMLDocument nmlDocument, Standalone nmlElement) static LinkedHashMap<String,Standalone> NeuroMLConverter.getAllStandaloneElements(NeuroMLDocument nmlDocument) static BiophysicalPropertiesCellUtils.getCellBiophysicalProperties(Cell cell, NeuroMLDocument nml2doc) static MorphologyCellUtils.getCellMorphology(Cell cell, NeuroMLDocument nml2doc) static doubleCellUtils.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 SegmentCellUtils.getSegmentWithId(Cell cell, NeuroMLDocument nml2doc, int segmentId) static booleanCellUtils.hasUnbranchedNonOverlappingInfo(Cell cell, NeuroMLDocument nml2doc) NeuroMLConverter.neuroml2ToXml(NeuroMLDocument nml2) NeuroMLConverter.neuroml2ToXml(NeuroMLDocument nml2, String filename) static StringNeuroMLConverter.summary(NeuroMLDocument nmlDocument) static StringNeuroMLConverter.summary(NeuroMLDocument nmlDocument, boolean full) voidNeuroML2Validator.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 FileNeuroMLHDF5Writer.createNeuroMLH5file(NeuroMLDocument neuroml, File file) voidNetworkHelper.setNeuroMLDocument(NeuroMLDocument neuroMLDocument) Constructors in org.neuroml.model.util.hdf5 with parameters of type NeuroMLDocument