|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputInterface | |
---|---|
ucot.core | |
ucot.output |
Uses of OutputInterface in ucot.core |
---|
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 list of output adapters available. |
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 model)
Exports given analyze model to given url using given outputadapter |
Uses of OutputInterface in ucot.output |
---|
Classes in ucot.output that implement OutputInterface | |
---|---|
class |
Output
Simple outputer that prints AnalyzeModel to the standard output. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |