public interface OutputInterface
Interface for outputs used by UCOT. Outputs store analyzemodel to a given url. Each Output component stores analyze model in a different way/format.
Method Summary | |
---|---|
java.lang.String |
getFileExtension()
Returns the output's valid file extension without the leading dot. |
java.lang.String |
getName()
Returns adapter's name. |
void |
output(AnalyzeModel analyzeModel,
java.net.URL url)
Outputs analyze model. |
Methods inherited from interface ucot.ModulePropertyInterface |
---|
applyProperties, getProperties, loadDefaultProperties, loadProperties, saveProperties, setProperties |
Method Detail |
---|
void output(AnalyzeModel analyzeModel, java.net.URL url) throws java.io.IOException
analyzeModel
- Analyze model to output.
java.io.IOException
java.lang.String getName()
java.lang.String getFileExtension()