Uses of Interface
ucot.output.OutputInterface

Packages that use OutputInterface
ucot.core Core package 
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> ControlInterface.getOutputs()
          Returns a list of output adapters available.
 java.util.Vector<OutputInterface> Core.getOutputs()
           
 

Methods in ucot.core with parameters of type OutputInterface
 void ControlInterface.output(java.net.URL url, OutputInterface output, AnalyzeModel analyzeModel)
          Exports given analyze model to given url using given output adapter.
 void Core.output(java.net.URL url, OutputInterface output, AnalyzeModel model)
           
 

Uses of OutputInterface in ucot.output
 

Classes in ucot.output that implement OutputInterface
 class GXLOutput