|
|||||||||
| Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ talisman overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.embl.ebi.escience.scuflworkers.talisman
Class TalismanProcessorFactory

java.lang.Objectorg.embl.ebi.escience.scuflworkers.talisman.TalismanProcessorFactory
- All Implemented Interfaces:
- org.embl.ebi.escience.scuflworkers.ProcessorFactory
- public class TalismanProcessorFactory
- extends java.lang.Object
- implements org.embl.ebi.escience.scuflworkers.ProcessorFactory
- extends java.lang.Object
Implementation of ProcessorFactory that creates TalismanProcessor nodes
| Field Summary | |
private java.lang.String |
scriptURL
|
| Constructor Summary | |
TalismanProcessorFactory(java.lang.String scriptURL)
Create a new factory configured with the specified script URL |
|
| Method Summary | |
void |
createProcessor(java.lang.String name,
org.embl.ebi.escience.scufl.ScuflModel model)
Create a new SoaplabProcessor and add it to the model |
java.lang.Class |
getProcessorClass()
Return the Class object for processors that would be created by this factory |
java.lang.String |
getProcessorDescription()
Return a textual description of the factory |
java.lang.String |
toString()
Return the leaf of the path as the factory name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
scriptURL
private java.lang.String scriptURL
| Constructor Detail |
TalismanProcessorFactory
public TalismanProcessorFactory(java.lang.String scriptURL)
- Create a new factory configured with the specified
script URL
| Method Detail |
toString
public java.lang.String toString()
- Return the leaf of the path as the factory name
createProcessor
public void createProcessor(java.lang.String name, org.embl.ebi.escience.scufl.ScuflModel model) throws org.embl.ebi.escience.scufl.ProcessorCreationException, org.embl.ebi.escience.scufl.DuplicateProcessorNameException
- Create a new SoaplabProcessor and add it to the model
- Specified by:
createProcessorin interfaceorg.embl.ebi.escience.scuflworkers.ProcessorFactory
getProcessorDescription
public java.lang.String getProcessorDescription()
- Return a textual description of the factory
- Specified by:
getProcessorDescriptionin interfaceorg.embl.ebi.escience.scuflworkers.ProcessorFactory
getProcessorClass
public java.lang.Class getProcessorClass()
- Return the Class object for processors that would
be created by this factory
- Specified by:
getProcessorClassin interfaceorg.embl.ebi.escience.scuflworkers.ProcessorFactory
|
|||||||||
| Home >> All >> org >> embl >> ebi >> escience >> scuflworkers >> [ talisman overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.embl.ebi.escience.scuflworkers.talisman.TalismanProcessorFactory