ucot.output
Interface OutputInterface

All Superinterfaces:
ModulePropertyInterface
All Known Implementing Classes:
GXLOutput

public interface OutputInterface
extends ModulePropertyInterface

Interface for outputs used by UCOT. Outputs store analyzemodel to a given url. Each Output component stores analyze model in a different way/format.

Author:
vevijopi

Method Summary
 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

output

void output(AnalyzeModel analyzeModel,
            java.net.URL url)
            throws java.io.IOException
Outputs analyze model.

Parameters:
analyzeModel - Analyze model to output.
Throws:
java.io.IOException

getName

java.lang.String getName()
Returns adapter's name.

Returns:
Adapter's name.