public class NWBModelInterpreterService extends AModelInterpreter
Modifier and Type | Field and Description |
---|---|
private H5File |
nwbFile |
private ModelInterpreterConfig |
nwbModelInterpreterConfig |
private ReadNWBFile |
reader |
dependentModels
Constructor and Description |
---|
NWBModelInterpreterService() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
downloadModel(Pointer pointer,
ModelFormat format,
IAspectConfiguration aspectConfiguration) |
java.lang.String |
getName() |
java.util.List<ModelFormat> |
getSupportedOutputs(Pointer pointer) |
Type |
importType(java.net.URL url,
java.lang.String typeName,
GeppettoLibrary library,
GeppettoModelAccess commonLibraryAccess) |
Value |
importValue(ImportValue importValue) |
void |
registerGeppettoService() |
getDependentModels
addFeature, getFeature, getScope, getsetProjectId, isSupported, setProjectId, setScope
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFeature, getFeature, isSupported
private ModelInterpreterConfig nwbModelInterpreterConfig
private H5File nwbFile
private ReadNWBFile reader
public java.lang.String getName()
public void registerGeppettoService()
public java.util.List<ModelFormat> getSupportedOutputs(Pointer pointer) throws ModelInterpreterException
getSupportedOutputs
in interface IModelInterpreter
getSupportedOutputs
in class AModelInterpreter
ModelInterpreterException
public Type importType(java.net.URL url, java.lang.String typeName, GeppettoLibrary library, GeppettoModelAccess commonLibraryAccess) throws ModelInterpreterException
ModelInterpreterException
public java.io.File downloadModel(Pointer pointer, ModelFormat format, IAspectConfiguration aspectConfiguration) throws ModelInterpreterException
ModelInterpreterException
public Value importValue(ImportValue importValue) throws ModelInterpreterException
importValue
in interface IModelInterpreter
importValue
in class AModelInterpreter
ModelInterpreterException