Uses of Class
org.neuroml.model.util.NeuroMLException
Packages that use NeuroMLException
-
Uses of NeuroMLException in org.neuroml.model.util
Methods in org.neuroml.model.util that throw NeuroMLExceptionModifier and TypeMethodDescriptionstatic voidNeuroMLConverter.addElementToDocument(NeuroMLDocument nmlDocument, Standalone nmlElement) static LinkedHashMap<String,Standalone> NeuroMLConverter.getAllStandaloneElements(NeuroMLDocument nmlDocument) static MorphologyCellUtils.getCellMorphology(Cell cell, NeuroMLDocument nml2doc) static doubleCellUtils.getFractionAlongSegGroupLength(Cell cell, String segmentGroup, int segmentId, float fractAlongSegment) 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) static LinkedHashMap<String,SegmentGroup> CellUtils.getNamesVsSegmentGroups(Cell cell, NeuroMLDocument nml2doc) static SegmentGroupCellUtils.getSegmentGroup(Cell cell, String id) static LinkedHashMap<SegmentGroup,ArrayList<Integer>> CellUtils.getSegmentGroupsVsSegIds(Cell cell) static LinkedHashMap<SegmentGroup,ArrayList<Integer>> CellUtils.getSegmentGroupsVsSegIds(Cell cell, NeuroMLDocument nml2doc) CellUtils.getSegmentIdsInGroup(Cell cell, String segmentGroup) CellUtils.getSegmentsInGroup(Cell cell, String segmentGroup) Deprecated.CellUtils.getSegmentsInGroup(Cell cell, LinkedHashMap<String, SegmentGroup> namesVsSegmentGroups, SegmentGroup segmentGroup) 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, int segmentId) Deprecated.static SegmentCellUtils.getSegmentWithId(Cell cell, NeuroMLDocument nml2doc, int segmentId) static booleanCellUtils.hasUnbranchedNonOverlappingInfo(Cell cell) Deprecated.static booleanCellUtils.hasUnbranchedNonOverlappingInfo(Cell cell, NeuroMLDocument nml2doc) NeuroMLConverter.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.loadNeuroMLOptimized(File xmlOrH5File) NeuroMLConverter.loadNeuroMLOptimized(File xmlOrH5File, boolean includeIncludes) NeuroMLConverter.loadNeuroMLOptimized(String xml) NeuroMLConverter.neuroml2ToXml(NeuroMLDocument nml2) NeuroMLConverter.neuroml2ToXml(NeuroMLDocument nml2, String filename) static StringNeuroMLConverter.summary(NeuroMLDocument nmlDocument) static StringNeuroMLConverter.summary(NeuroMLDocument nmlDocument, boolean full) NeuroMLConverter.urlToNeuroML(URL url) voidNeuroML2Validator.validateWithTests(File xmlFile) voidNeuroML2Validator.validateWithTests(NeuroMLDocument nml2doc) NeuroMLConverter.xmlToMorphology(String xmlFile) Constructors in org.neuroml.model.util that throw NeuroMLException -
Uses of NeuroMLException in org.neuroml.model.util.hdf5
Methods in org.neuroml.model.util.hdf5 that throw NeuroMLExceptionModifier and TypeMethodDescriptionNetworkHelper.getConnection(String projectionId, int index) NetworkHelper.getLocation(String populationId, int index, boolean failIfNonSpatialPop) intNetworkHelper.getNumberConnections(String projectionId) NetworkHelper.getPopulationComponent(String populationId) intNetworkHelper.getPopulationSize(String populationId) NetworkHelper.getPopulationType(String populationId) NeuroMLHDF5Reader.parse(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded) NeuroMLHDF5Reader.parse(File hdf5File, boolean includeConnections, ArrayList<String> alreadyIncluded, boolean includeIncludes) protected voidNeuroMLHDF5Reader.parseGroup(ncsa.hdf.object.Group g) NeuroMLHDF5Reader.parseOptimized(File hdf5File) NeuroMLHDF5Reader.parseOptimized(File hdf5File, boolean includeIncludes) booleanNetworkHelper.populationHasPositions(String populationId) protected voidNeuroMLHDF5Reader.startGroup(ncsa.hdf.object.Group g) Constructors in org.neuroml.model.util.hdf5 that throw NeuroMLException