|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputInterface | |
---|---|
ucot.core | ControlInterface and Core class, these control the program flow. |
ucot.output | Classes related to outputting (e.g. saving to a file) AnalyzeModel. |
Uses of OutputInterface in ucot.core |
---|
Fields in ucot.core declared as OutputInterface | |
---|---|
private OutputInterface |
Core.OutputJob.output
|
Fields in ucot.core with type parameters of type OutputInterface | |
---|---|
private java.util.Vector<OutputInterface> |
Core.outputs
|
Methods in ucot.core that return types with arguments of type OutputInterface | |
---|---|
java.util.Vector<OutputInterface> |
Core.getOutputs()
|
java.util.Vector<OutputInterface> |
ControlInterface.getOutputs()
Returns a vector containing all the output adapters currently available to the UCOT core. |
Methods in ucot.core with parameters of type OutputInterface | |
---|---|
void |
Core.output(java.net.URL url,
OutputInterface output,
AnalyzeModel model)
|
void |
ControlInterface.output(java.net.URL url,
OutputInterface output,
AnalyzeModel analyzeModel)
Exports given analyze model to given URL using given output adapter. |
Uses of OutputInterface in ucot.output |
---|
Classes in ucot.output that implement OutputInterface | |
---|---|
class |
DummyOutput
Dummy Output that does nothing |
class |
GXLOutput
GXL output adapter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |