public abstract class AModelInterpreter extends AService implements IModelInterpreter
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.net.URL> |
dependentModels |
Constructor and Description |
---|
AModelInterpreter() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.net.URL> |
getDependentModels() |
java.util.List<ModelFormat> |
getSupportedOutputs(Pointer pointer) |
Value |
importValue(ImportValue importValue) |
addFeature, getFeature, getScope, getsetProjectId, isSupported, setProjectId, setScope
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
downloadModel, getName, importType
addFeature, getFeature, isSupported, registerGeppettoService
public java.util.List<java.net.URL> getDependentModels()
getDependentModels
in interface IModelInterpreter
public java.util.List<ModelFormat> getSupportedOutputs(Pointer pointer) throws ModelInterpreterException
getSupportedOutputs
in interface IModelInterpreter
ModelInterpreterException
public Value importValue(ImportValue importValue) throws ModelInterpreterException
importValue
in interface IModelInterpreter
ModelInterpreterException