|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scufl.Processor
org.embl.ebi.escience.scuflworkers.talisman.TalismanProcessor
public class TalismanProcessor
A processor that makes use of a local installation of the Talisman classes to perform its operations. Construct with a talisman script document describing the inputs and outputs, see the tscript.xml document in the test package for an example.
| Field Summary |
|---|
| Fields inherited from interface org.embl.ebi.escience.scufl.IProcessor |
|---|
ENACTOR |
| Constructor Summary | |
|---|---|
TalismanProcessor(ScuflModel model,
java.lang.String name,
java.lang.String tscript)
Construct a new processor from the supplied Talisman script document. |
|
| Method Summary | |
|---|---|
java.util.Map |
getInputMappings()
Return the map of input port name (key) to talisman field locator (value) |
java.util.Map |
getOutputMappings()
Return the map of output port name (key) to talisman field locator (value) |
java.util.Properties |
getProperties()
Get the properties for this processor for display purposes |
java.lang.String |
getTalismanDefinitionURL()
Return the URL that the talisman page definition is found at (string form) |
java.lang.String |
getTriggerName()
Return the name of the trigger that gets invoked in this processor invocation |
java.lang.String |
getTScriptURL()
Return the URL of the talisman script used to build this processor (string form) |
java.net.URL |
getTScriptURLObject()
Return the URL of the talisman script used to build this processor (URL object) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TalismanProcessor(ScuflModel model,
java.lang.String name,
java.lang.String tscript)
throws ProcessorCreationException,
DuplicateProcessorNameException
ProcessorCreationException
DuplicateProcessorNameException| Method Detail |
|---|
public java.lang.String getTScriptURL()
public java.net.URL getTScriptURLObject()
public java.util.Map getInputMappings()
public java.util.Map getOutputMappings()
public java.lang.String getTriggerName()
public java.lang.String getTalismanDefinitionURL()
public java.util.Properties getProperties()
getProperties in interface IProcessorgetProperties in class Processor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||