Uses of Class
org.embl.ebi.escience.scufl.DuplicateProcessorNameException

Packages that use DuplicateProcessorNameException
net.sourceforge.taverna.scuflworkers.bsf Provides LocalWorkers capable of handling scripts written in any Bean Scripting Framework language. 
nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor   
nl.utwente.ewi.hmi.taverna.scuflworkers.rshell   
org.biomoby.client.taverna.plugin   
org.embl.ebi.escience.scufl Provides the object model for the Simple Conceptual Unified Flow Language (Scufl). 
org.embl.ebi.escience.scufl.parser Provides functionality to populate ScuflModel instances from textual and XML dialects of the Scufl language. 
org.embl.ebi.escience.scufl.tools Provides user level command line and graphical tools to manipulate and display scufl model instances. 
org.embl.ebi.escience.scufl.view Provides classes that present a view on a ScuflModel instance. 
org.embl.ebi.escience.scuflworkers   
org.embl.ebi.escience.scuflworkers.apiconsumer   
org.embl.ebi.escience.scuflworkers.beanshell   
org.embl.ebi.escience.scuflworkers.biomart   
org.embl.ebi.escience.scuflworkers.biomoby   
org.embl.ebi.escience.scuflworkers.dependency   
org.embl.ebi.escience.scuflworkers.inferno   
org.embl.ebi.escience.scuflworkers.java   
org.embl.ebi.escience.scuflworkers.notification   
org.embl.ebi.escience.scuflworkers.rdfgenerator   
org.embl.ebi.escience.scuflworkers.rserv   
org.embl.ebi.escience.scuflworkers.soaplab   
org.embl.ebi.escience.scuflworkers.stringconstant   
org.embl.ebi.escience.scuflworkers.talisman   
org.embl.ebi.escience.scuflworkers.workflow   
org.embl.ebi.escience.scuflworkers.wsdl   
 

Uses of DuplicateProcessorNameException in net.sourceforge.taverna.scuflworkers.bsf
 

Methods in net.sourceforge.taverna.scuflworkers.bsf that throw DuplicateProcessorNameException
 Processor BSFXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in net.sourceforge.taverna.scuflworkers.bsf that throw DuplicateProcessorNameException
BSFProcessor(ScuflModel model, java.lang.String name, java.lang.String script, java.lang.String[] inputs, java.lang.String[] outputs)
          Construct a new processor with the given model and name, delegates to the superclass and sets the script up correctly along with the input and output port name arrays.
 

Uses of DuplicateProcessorNameException in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor
 

Methods in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor that throw DuplicateProcessorNameException
 Processor APXMLHandler.loadProcessorFromXML(org.jdom.Element processorElement, ScuflModel model, java.lang.String name)
          Method for loading an xml processor from XML
 

Constructors in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor that throw DuplicateProcessorNameException
APProcessor(ScuflModel model, java.lang.String name)
          Constructor of the abstract processor
 

Uses of DuplicateProcessorNameException in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell
 

Methods in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell that throw DuplicateProcessorNameException
 Processor RshellXMLHandler.loadProcessorFromXML(org.jdom.Element processorElement, ScuflModel model, java.lang.String name)
          Method for loading an xml processor from XML
 

Constructors in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell that throw DuplicateProcessorNameException
RshellProcessor(ScuflModel model, java.lang.String name)
           
 

Uses of DuplicateProcessorNameException in org.biomoby.client.taverna.plugin
 

Methods in org.biomoby.client.taverna.plugin that throw DuplicateProcessorNameException
 Processor MobyParseDatatypeXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 Processor BiomobyXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String processorName)
           
 Processor BiomobyObjectXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String processorName)
           
 

Constructors in org.biomoby.client.taverna.plugin that throw DuplicateProcessorNameException
BiomobyObjectProcessor(ScuflModel model, java.lang.String processorName, org.biomoby.shared.MobyDataType service, java.lang.String mobyEndpoint)
          Construct a new processor with the given model and name, delegates to the superclass.
BiomobyObjectProcessor(ScuflModel model, java.lang.String processorName, java.lang.String authorityName, java.lang.String serviceName, java.lang.String mobyEndpoint)
          Construct a new processor with the given model and name, delegates to the superclass.
BiomobyObjectProcessor(ScuflModel model, java.lang.String processorName, java.lang.String authorityName, java.lang.String serviceName, java.lang.String mobyEndpoint, boolean prompt)
           
BiomobyProcessor(ScuflModel model, java.lang.String processorName, org.biomoby.shared.MobyService service, java.lang.String mobyEndpoint)
          Construct a new processor with the given model and name, delegates to the superclass.
BiomobyProcessor(ScuflModel model, java.lang.String processorName, java.lang.String authorityName, java.lang.String serviceName, java.lang.String mobyEndpoint)
          Construct a new processor with the given model and name, delegates to the superclass.
MobyParseDatatypeProcessor(ScuflModel model, java.lang.String workflowName, org.biomoby.shared.MobyDataType datatype, java.lang.String articleName, java.lang.String registryEndpoint)
           
MobyParseDatatypeProcessor(ScuflModel model, java.lang.String workflowName, java.lang.String datatypeName, java.lang.String articleName, java.lang.String registryEndpoint)
           
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scufl
 

Methods in org.embl.ebi.escience.scufl that throw DuplicateProcessorNameException
 void ScuflModelTest.testNameStuff()
           
 

Constructors in org.embl.ebi.escience.scufl that throw DuplicateProcessorNameException
Processor(ScuflModel model, java.lang.String name)
          Construct the processor with the given name and parent, complaining if the name doesn't conform to [a-zA-Z_0-9]
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scufl.parser
 

Methods in org.embl.ebi.escience.scufl.parser that throw DuplicateProcessorNameException
static void XScuflParser.populate(org.jdom.Document document, ScuflModel model, java.lang.String prefix)
          Read from the given JDOM Document and populate the given ScuflModel with data from the definition.
static void XScuflParser.populate(java.io.InputStream is, ScuflModel model, java.lang.String prefix)
          Read from the given InputStream and populate the given ScuflModel with data from the definition.
static void XScuflParser.populate(java.lang.String input, ScuflModel model, java.lang.String prefix)
          Read from the given String containing an XScufl document and populate the given ScuflModel with data from the definition.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scufl.tools
 

Constructors in org.embl.ebi.escience.scufl.tools that throw DuplicateProcessorNameException
WorkflowLauncher(java.io.InputStream xmlStream)
          Set userContext and instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML provided by the given input stream.
WorkflowLauncher(java.io.InputStream xmlStream, UserContext userContext)
          Set userContext and instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML provided by the given input stream.
WorkflowLauncher(java.net.URL url)
          Instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML in the provided url
WorkflowLauncher(java.net.URL url, UserContext userContext)
          Instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML in the provided url
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scufl.view
 

Methods in org.embl.ebi.escience.scufl.view that throw DuplicateProcessorNameException
 void XScuflViewTest.testLoading()
          Attempts to load data into a ScuflModel from the same source that the XScuflParserTest uses, then print out the XScufl text from the XScuflView.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers
 

Methods in org.embl.ebi.escience.scuflworkers that throw DuplicateProcessorNameException
 Processor ProcessorFactory.createProcessor(java.lang.String name, ScuflModel model)
          Instantiate a new processor with the supplied name and bind it to the specified model.
static Processor ProcessorHelper.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
          Spit back a processor given a chunk of xml, the element passed in being the 'processor' tag return null if we can't handle it
 Processor XMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
          Create a new processor from the given chunk of XML
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.apiconsumer
 

Methods in org.embl.ebi.escience.scuflworkers.apiconsumer that throw DuplicateProcessorNameException
 Processor APIConsumerXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.apiconsumer that throw DuplicateProcessorNameException
APIConsumerProcessor(ScuflModel model, java.lang.String name, APIConsumerDefinition definition)
           
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.beanshell
 

Methods in org.embl.ebi.escience.scuflworkers.beanshell that throw DuplicateProcessorNameException
 Processor BeanshellXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.beanshell that throw DuplicateProcessorNameException
BeanshellProcessor(ScuflModel model, java.lang.String name, java.lang.String script, java.lang.String[] inputs, java.lang.String[] outputs)
          Construct a new processor with the given model and name, delegates to the superclass and sets the script up correctly along with the input and output port name arrays.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.biomart
 

Methods in org.embl.ebi.escience.scuflworkers.biomart that throw DuplicateProcessorNameException
 Processor BiomartXMLHandler.loadProcessorFromXML(org.jdom.Element element, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.biomart that throw DuplicateProcessorNameException
BiomartProcessor(ScuflModel model, java.lang.String processorName, org.biomart.martservice.MartQuery query)
           
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.biomoby
 

Methods in org.embl.ebi.escience.scuflworkers.biomoby that throw DuplicateProcessorNameException
 Processor BiomobyXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String processorName)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.biomoby that throw DuplicateProcessorNameException
BiomobyProcessor(ScuflModel model, java.lang.String processorName, org.biomoby.shared.MobyService service, java.lang.String mobyEndpoint)
          Construct a new processor with the given model and name, delegates to the superclass.
BiomobyProcessor(ScuflModel model, java.lang.String processorName, java.lang.String authorityName, java.lang.String serviceName, java.lang.String mobyEndpoint)
          Construct a new processor with the given model and name, delegates to the superclass.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.dependency
 

Constructors in org.embl.ebi.escience.scuflworkers.dependency that throw DuplicateProcessorNameException
DependencyProcessor(ScuflModel model, java.lang.String name)
           
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.inferno
 

Methods in org.embl.ebi.escience.scuflworkers.inferno that throw DuplicateProcessorNameException
 Processor InfernoXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.inferno that throw DuplicateProcessorNameException
InfernoProcessor(ScuflModel theModel, java.lang.String processorName, java.lang.String host, int port, java.lang.String service)
           
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.java
 

Methods in org.embl.ebi.escience.scuflworkers.java that throw DuplicateProcessorNameException
 Processor LocalServiceXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.java that throw DuplicateProcessorNameException
LocalServiceProcessor(ScuflModel model, java.lang.String name, LocalWorker worker)
           
LocalServiceProcessor(ScuflModel model, java.lang.String name, java.lang.String workerClassName)
           
LocalServiceProcessor(ScuflModel model, java.lang.String name, java.lang.String workerClassName, org.jdom.Element additionalXML)
           
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.notification
 

Methods in org.embl.ebi.escience.scuflworkers.notification that throw DuplicateProcessorNameException
 Processor NotificationXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.notification that throw DuplicateProcessorNameException
NotificationProcessor(ScuflModel model, java.lang.String name)
           
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.rdfgenerator
 

Methods in org.embl.ebi.escience.scuflworkers.rdfgenerator that throw DuplicateProcessorNameException
 Processor RDFGeneratorXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.rdfgenerator that throw DuplicateProcessorNameException
RDFGeneratorProcessor(ScuflModel model, java.lang.String name)
          Construct a new processor with the given model and name, delegates to the superclass.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.rserv
 

Methods in org.embl.ebi.escience.scuflworkers.rserv that throw DuplicateProcessorNameException
 Processor RservXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 void RservProcessorTest.testDuplicate()
           
 

Constructors in org.embl.ebi.escience.scuflworkers.rserv that throw DuplicateProcessorNameException
RservProcessor(ScuflModel model, java.lang.String name)
           
RservProcessor(ScuflModel model, java.lang.String name, java.lang.String script, java.lang.String[] inputs)
          Construct a new processor with the given model and name, delegates to the superclass and sets the script up correctly along with the input and output port name arrays.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.soaplab
 

Methods in org.embl.ebi.escience.scuflworkers.soaplab that throw DuplicateProcessorNameException
 Processor SoaplabXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.soaplab that throw DuplicateProcessorNameException
SoaplabProcessor(ScuflModel model, java.lang.String name, java.lang.String endpoint)
          Construct a new processor with the given model and name, delegates to the superclass.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.stringconstant
 

Methods in org.embl.ebi.escience.scuflworkers.stringconstant that throw DuplicateProcessorNameException
 Processor StringConstantXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.stringconstant that throw DuplicateProcessorNameException
StringConstantProcessor(ScuflModel model, java.lang.String name, java.lang.String value)
          Construct a new processor with the given model and name, delegates to the superclass.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.talisman
 

Methods in org.embl.ebi.escience.scuflworkers.talisman that throw DuplicateProcessorNameException
 Processor TalismanXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.talisman that throw DuplicateProcessorNameException
TalismanProcessor(ScuflModel model, java.lang.String name, java.lang.String tscript)
          Construct a new processor from the supplied Talisman script document.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.workflow
 

Methods in org.embl.ebi.escience.scuflworkers.workflow that throw DuplicateProcessorNameException
 Processor WorkflowXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.workflow that throw DuplicateProcessorNameException
WorkflowProcessor(ScuflModel model, java.lang.String name)
          Construct a new processor with a blank internal workflow
WorkflowProcessor(ScuflModel model, java.lang.String name, org.jdom.Element scuflElement)
          Construct a new processor from the supplied JDOM element, this element being the 'scufl' top level workflow element from an inline nested workflow declaration
WorkflowProcessor(ScuflModel model, java.lang.String name, java.lang.String definitionURL)
          Construct a new processor with the given model to bind to, name and URL of a workflow description to contain.
 

Uses of DuplicateProcessorNameException in org.embl.ebi.escience.scuflworkers.wsdl
 

Methods in org.embl.ebi.escience.scuflworkers.wsdl that throw DuplicateProcessorNameException
 Processor WSDLXMLHandler.loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String name)
           
 

Constructors in org.embl.ebi.escience.scuflworkers.wsdl that throw DuplicateProcessorNameException
WSDLBasedProcessor(ScuflModel model, java.lang.String procName, java.lang.String wsdlLocation, java.lang.String operationName)
           
WSDLBasedProcessor(ScuflModel model, java.lang.String procName, java.lang.String wsdlLocation, java.lang.String operationName, javax.xml.namespace.QName portTypeName)
          Construct a new processor from the given WSDL definition and operation name, delegates to superclass then instantiates ports based on WSDL inspection.