public abstract class AConversion extends AService implements IConversion
Modifier and Type | Field and Description |
---|---|
protected boolean |
convertModel |
private IExperiment |
experiment |
Constructor and Description |
---|
AConversion() |
Modifier and Type | Method and Description |
---|---|
void |
checkSupportedFormat(ModelFormat input) |
java.lang.String |
getConvertedResultsFolderName() |
IExperiment |
getExperiment() |
void |
setConvertModel(boolean convert) |
void |
setExperiment(IExperiment experiment) |
addFeature, getFeature, getScope, getsetProjectId, isSupported, setProjectId, setScope
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, getSupportedInputs, getSupportedOutputs, getSupportedOutputs
addFeature, getFeature, isSupported, registerGeppettoService
protected boolean convertModel
private IExperiment experiment
public void checkSupportedFormat(ModelFormat input) throws ConversionException
ConversionException
public java.lang.String getConvertedResultsFolderName()
public void setConvertModel(boolean convert)
public void setExperiment(IExperiment experiment)
public IExperiment getExperiment()