|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scufl.Processor
nl.utwente.ewi.hmi.taverna.scuflworkers.rshell.RshellProcessor
public class RshellProcessor
A processor that uses the Rshell scripting engine to allow R (the free version of S) to be invoked on workflow data. Rshell (which allows R scripts to be executed remotely) must be runniTomng on localhost. Support for other hosts and authentication will be added later.
| Field Summary |
|---|
| Fields inherited from interface org.embl.ebi.escience.scufl.IProcessor |
|---|
ENACTOR |
| Constructor Summary | |
|---|---|
RshellProcessor(ScuflModel model,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
RshellConnectionSettings |
getConnectionSettings()
Method for getting the connection settings |
java.util.Properties |
getProperties()
Get the properties for this processor for display purposes |
java.lang.String |
getScript()
Get the script |
void |
setScript(java.lang.String script)
Set the script |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RshellProcessor(ScuflModel model,
java.lang.String name)
throws ProcessorCreationException,
DuplicateProcessorNameException
ProcessorCreationException
DuplicateProcessorNameException| Method Detail |
|---|
public void setScript(java.lang.String script)
newScript - the new scriptpublic java.lang.String getScript()
public java.util.Properties getProperties()
getProperties in interface IProcessorgetProperties in class Processorpublic RshellConnectionSettings getConnectionSettings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||