Package org.neuroml.export.info
Class InfoTreeCreator
java.lang.Object
org.neuroml.export.info.InfoTreeCreator
- Author:
- matteocantarelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InfoNodecreateInfoTree(org.neuroml.model.NeuroMLDocument nmlDocument) static InfoNodecreateInfoTreeFromComponent(org.lemsml.jlems.core.type.Component component) static InfoNodecreateInfoTreeFromStandalone(org.neuroml.model.Standalone element) createPropertiesFromStandaloneComponent(org.neuroml.model.Standalone element)
-
Constructor Details
-
InfoTreeCreator
public InfoTreeCreator()
-
-
Method Details
-
createInfoTree
public static InfoNode createInfoTree(org.neuroml.model.NeuroMLDocument nmlDocument) throws org.neuroml.model.util.NeuroMLException - Throws:
org.neuroml.model.util.NeuroMLException
-
createInfoTreeFromStandalone
public static InfoNode createInfoTreeFromStandalone(org.neuroml.model.Standalone element) throws org.neuroml.model.util.NeuroMLException - Throws:
org.neuroml.model.util.NeuroMLException
-
createInfoTreeFromComponent
public static InfoNode createInfoTreeFromComponent(org.lemsml.jlems.core.type.Component component) throws org.neuroml.model.util.NeuroMLException, org.lemsml.jlems.core.sim.LEMSException - Throws:
org.neuroml.model.util.NeuroMLExceptionorg.lemsml.jlems.core.sim.LEMSException
-
createPropertiesFromStandaloneComponent
public static Map<String,Object> createPropertiesFromStandaloneComponent(org.neuroml.model.Standalone element) throws org.neuroml.model.util.NeuroMLException - Throws:
org.neuroml.model.util.NeuroMLException
-