|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomoby.client.taverna.plugin.BiomobyXMLHandler
public class BiomobyXMLHandler
Handles XML store and load for the biomoby processor.
Constructor Summary | |
---|---|
BiomobyXMLHandler()
|
Method Summary | |
---|---|
org.jdom.Element |
elementForFactory(ProcessorFactory pf)
Return the spec element for a given ProcessorFactory. |
org.jdom.Element |
elementForProcessor(Processor p)
Return the spec element, that is to say the processor specific portion of the processor element. |
ProcessorFactory |
getFactory(org.jdom.Element specElement)
Create a new factory that will produces processors of the supplied spec when it's invoked |
Processor |
loadProcessorFromXML(org.jdom.Element processorNode,
ScuflModel model,
java.lang.String processorName)
Create a new processor from the given chunk of XML |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BiomobyXMLHandler()
Method Detail |
---|
public org.jdom.Element elementForProcessor(Processor p)
XMLHandler
elementForProcessor
in interface XMLHandler
public org.jdom.Element elementForFactory(ProcessorFactory pf)
XMLHandler
elementForFactory
in interface XMLHandler
public ProcessorFactory getFactory(org.jdom.Element specElement)
XMLHandler
getFactory
in interface XMLHandler
public Processor loadProcessorFromXML(org.jdom.Element processorNode, ScuflModel model, java.lang.String processorName) throws ProcessorCreationException, DuplicateProcessorNameException, XScuflFormatException
XMLHandler
loadProcessorFromXML
in interface XMLHandler
ProcessorCreationException
DuplicateProcessorNameException
XScuflFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |