public class TestConvertBigDATToRecordingClass
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Log |
_logger |
private GeppettoLibrary |
neuroml |
Constructor and Description |
---|
TestConvertBigDATToRecordingClass() |
Modifier and Type | Method and Description |
---|---|
private void |
addVariableValue(GeppettoModel gm,
ExperimentState experimentState,
java.lang.String variable) |
private void |
createModel(ExperimentState experimentState,
GeppettoModel gm) |
void |
datToHDF5() |
Type |
getType(GeppettoLibrary library,
EClass eclass)
Usage commonLibraryAccess.getType(TypesPackage.Literals.PARAMETER_TYPE);
|
private Type |
getType(GeppettoModel gm,
java.lang.String typeName,
java.lang.String varName,
java.lang.String variable) |
private Variable |
getVariable(GeppettoModel gm,
java.lang.String varName,
Type type,
CompositeType container) |
static void |
teardown() |
private static Log _logger
private GeppettoLibrary neuroml
public void datToHDF5() throws java.lang.Exception
java.lang.Exception
private void createModel(ExperimentState experimentState, GeppettoModel gm) throws GeppettoVisitingException, GeppettoInitializationException
private void addVariableValue(GeppettoModel gm, ExperimentState experimentState, java.lang.String variable) throws GeppettoVisitingException, GeppettoInitializationException
private Variable getVariable(GeppettoModel gm, java.lang.String varName, Type type, CompositeType container)
private Type getType(GeppettoModel gm, java.lang.String typeName, java.lang.String varName, java.lang.String variable) throws GeppettoVisitingException, GeppettoInitializationException
public Type getType(GeppettoLibrary library, EClass eclass) throws GeppettoVisitingException
GeppettoVisitingException
public static void teardown() throws java.lang.Exception
java.lang.Exception