Uses of Class
eu.larkc.core.queue.Queue

Packages that use Queue
eu.larkc.core.executor.pipe   
eu.larkc.core.pluginManager   
eu.larkc.core.pluginManager.local   
eu.larkc.core.pluginManager.remote.GAT   
eu.larkc.core.pluginManager.remote.Servlet.Tomcat   
 

Uses of Queue in eu.larkc.core.executor.pipe
 

Methods in eu.larkc.core.executor.pipe with parameters of type Queue
 void Source.setPipeInputQueue(Queue<SetOfStatements> inputQueue)
          Sets the input queue which is used to give the query to the workflow.
 void Sink.setPipeOutputQueue(Queue<SetOfStatements> outputQueue)
          Sets the output queue of the pipe.
 

Uses of Queue in eu.larkc.core.pluginManager
 

Methods in eu.larkc.core.pluginManager that return types with arguments of type Queue
 java.util.List<Queue<SetOfStatements>> PluginManager.getInputQueues()
          This method returns the input queues of the manager.
 java.util.List<Queue<SetOfStatements>> PluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Methods in eu.larkc.core.pluginManager with parameters of type Queue
 void PluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
          This method adds an input queue to the list of input queues.
 void PluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
          This method adds an output queue to the list of output queues.
 

Method parameters in eu.larkc.core.pluginManager with type arguments of type Queue
 void PluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queues of the manager.
 void PluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Uses of Queue in eu.larkc.core.pluginManager.local
 

Methods in eu.larkc.core.pluginManager.local that return types with arguments of type Queue
 java.util.List<Queue<SetOfStatements>> LocalPluginManager.getInputQueues()
          This method returns the input queue of the manager.
 java.util.List<Queue<SetOfStatements>> LocalPluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Methods in eu.larkc.core.pluginManager.local with parameters of type Queue
 void LocalPluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
           
 void LocalPluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
           
 

Method parameters in eu.larkc.core.pluginManager.local with type arguments of type Queue
 void LocalPluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queue of the manager.
 void LocalPluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Constructor parameters in eu.larkc.core.pluginManager.local with type arguments of type Queue
LocalPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues)
          Constructor thats takes the input and output queues as input.
LocalPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues)
          Constructor thats takes the input and output queues as input.
 

Uses of Queue in eu.larkc.core.pluginManager.remote.GAT
 

Methods in eu.larkc.core.pluginManager.remote.GAT that return types with arguments of type Queue
 java.util.List<Queue<SetOfStatements>> GatPluginManager.getInputQueues()
          This method returns the input queue of the manager.
 java.util.List<Queue<SetOfStatements>> GatPluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Methods in eu.larkc.core.pluginManager.remote.GAT with parameters of type Queue
 void GatPluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
           
 void GatPluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
           
 

Method parameters in eu.larkc.core.pluginManager.remote.GAT with type arguments of type Queue
 void GatPluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queue of the manager.
 void GatPluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Constructor parameters in eu.larkc.core.pluginManager.remote.GAT with type arguments of type Queue
GatPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, GatResourceDescription gatDescription)
          Constructor that takes the input and output queues as well as and the GatResourceDescription as input.
GatPluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, GatResourceDescription gatDescription)
          Constructor that takes the input and output queues as well as and the GatResourceDescription as input.
 

Uses of Queue in eu.larkc.core.pluginManager.remote.Servlet.Tomcat
 

Methods in eu.larkc.core.pluginManager.remote.Servlet.Tomcat that return types with arguments of type Queue
 java.util.List<Queue<SetOfStatements>> JeePluginManager.getInputQueues()
          This method returns the input queue of the manager.
 java.util.List<Queue<SetOfStatements>> JeePluginManager.getOutputQueues()
          This method returns the output queues of the manager.
 

Methods in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with parameters of type Queue
 void JeePluginManager.addInputQueue(Queue<SetOfStatements> inputQueue)
           
 void JeePluginManager.addOutputQueue(Queue<SetOfStatements> outputQueue)
           
 

Method parameters in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with type arguments of type Queue
 void JeePluginManager.setInputQueues(java.util.List<Queue<SetOfStatements>> theInputQueues)
          This method sets the input queue of the manager.
 void JeePluginManager.setOutputQueues(java.util.List<Queue<SetOfStatements>> theOutputQueues)
          This method sets the output queues of the manager.
 

Constructor parameters in eu.larkc.core.pluginManager.remote.Servlet.Tomcat with type arguments of type Queue
JeePluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, JeeResourceDescription resource)
          Constructor thats takes the input and output queues as input.
JeePluginManager(Plugin plugin, java.util.List<Queue<SetOfStatements>> theInputQueues, java.util.List<Queue<SetOfStatements>> theOutputQueues, JeeResourceDescription resource)
          Constructor thats takes the input and output queues as input.