|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |