public class TestModelInterpreterService extends AModelInterpreter
Modifier and Type | Class and Description |
---|---|
private class |
TestModelInterpreterService.TestSetParameterFeature |
dependentModels
Constructor and Description |
---|
TestModelInterpreterService() |
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) |
boolean |
isSupported(GeppettoFeature feature) |
void |
registerGeppettoService() |
getDependentModels
addFeature, getFeature, getScope, getsetProjectId, setProjectId, setScope
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFeature, getFeature
public void registerGeppettoService() throws java.lang.Exception
java.lang.Exception
public boolean isSupported(GeppettoFeature feature)
isSupported
in interface IService
isSupported
in class AService
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 java.util.List<ModelFormat> getSupportedOutputs(Pointer pointer) throws ModelInterpreterException
getSupportedOutputs
in interface IModelInterpreter
getSupportedOutputs
in class AModelInterpreter
ModelInterpreterException
public java.lang.String getName()
public Value importValue(ImportValue importValue) throws ModelInterpreterException
importValue
in interface IModelInterpreter
importValue
in class AModelInterpreter
ModelInterpreterException