ucot.output
Interface OutputInterface

All Known Implementing Classes:
Output

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.

Author:
vevijopi

Method Summary
 java.lang.String getName()
          Returns adapter's name
 java.util.Properties getOptions()
          Returns adapter's options
 void output(AnalyzeModel model, java.net.URL url)
          Outputs analyze model.
 void setOptions(java.util.Properties options)
          Sets options for the adapter
 

Method Detail

output

void output(AnalyzeModel model,
            java.net.URL url)
            throws java.lang.Exception
Outputs analyze model.

Parameters:
model - Analyze model to output
Throws:
java.lang.Exception

getName

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

Returns:

setOptions

void setOptions(java.util.Properties options)
Sets options for the adapter

Parameters:
options - options for the adapter

getOptions

java.util.Properties getOptions()
Returns adapter's options

Returns:
adapter's options