public interface IConversion extends IService
Modifier and Type | Method and Description |
---|---|
DomainModel |
convert(DomainModel model,
ModelFormat output,
IAspectConfiguration aspectConfig,
GeppettoModelAccess modelAccess) |
java.util.List<ModelFormat> |
getSupportedInputs() |
java.util.List<ModelFormat> |
getSupportedOutputs() |
java.util.List<ModelFormat> |
getSupportedOutputs(DomainModel model) |
addFeature, getFeature, isSupported, registerGeppettoService
java.util.List<ModelFormat> getSupportedOutputs(DomainModel model) throws ConversionException
ConversionException
java.util.List<ModelFormat> getSupportedOutputs() throws ConversionException
ConversionException
java.util.List<ModelFormat> getSupportedInputs() throws ConversionException
ConversionException
DomainModel convert(DomainModel model, ModelFormat output, IAspectConfiguration aspectConfig, GeppettoModelAccess modelAccess) throws ConversionException
ConversionException