Class | Description |
---|---|
ArchiveCounter |
Chop up list of files to archive lists with a minimum size.
|
ArrayPermute |
Create all permutations of input arrays.
|
BrowserUI | |
BrowserUIServer | |
CommandLine |
Given a command string, the CommandLine actor executes it using the
java Runtime class.
|
CommandLineExec |
Execute a command string.
|
CreateExpressionFromQuery | |
CreateRequestFromResult | |
DatabaseWriter |
This actor performs database updates and returns the number of updated rows.
|
DelayStreamToASpecificElement |
Postpone a stream of files until a specific element is found and bring that
element in front.
|
Email actor is a notification actor that allows communication with the user
via email especially from the remote execution of the long-runing workflows.
|
|
EnumItemTriggered |
This Actor will extract items from an XML document. for now it will only
extract the first item.
|
FASTACounter |
On each firing, output the number of FASTA entries in a file.
|
MatchDisplay |
Show the Match Results in a tabulated form.
|
MessageBasedWebService | Deprecated
Use org.sdm.spa.WebService or org.sdm.spa.WSWithComplexTypes instead.
|
Pause |
This actor is used for putting an expected pause in the workflow
specification to allow for execution to pause until the outputs until that
time are reviewed and the workflow is paused.
|
ProcessFileRT |
no documentation yet.
|
Repeat | Deprecated
use ptolemy.domains.sdf.lib.Repeat instead.
|
SoaplabAnalysis |
The following actor is for exectuing the standard soaplab operations after
creating soaplab clients and setting input operations in the former stages of
the workflow.
|
SoaplabChooseOperation |
The following actor is for choosing set_<name> operations for executing
any derived web service registered at EBI.
|
SoaplabChooseResultType |
The following actor is for choosing get_<name> operations for
displaying web service execution results as desired.
|
SoaplabServiceClient |
The following client is used by other web service soaplab related actors
while executing the web service as well as transmitting the above client
through various actors in the workflow.
|
SoaplabServiceStarter |
The following actor is for creating the soaplab client as well as setting the
client's set_<name> operations with appropriate values.The output is
the soaplab service client itself, forwarded to other others such as
SoaplabAnalysis
|
Ssh2Exec |
FIXME
THIS ACTOR SHARES DUPLICATE CODE WITH Ssh2Exec.
|
Ssh2Exec.MyUserInfo | |
StringReverse |
Output the reverse of a string provided at the input.
|
SyncOnTerminator |
Pass on a stream of tokens except for a specific element (termination) and
emit the termination when it is found in the stream
NumberOfOccurencesth times.
|
TextualInteractionShell |
This actor creates a command shell on the screen, sending commands that are
typed by the user to its output port, and reporting strings received at its
input by displaying them.
|
Timestamp |
Returns the current date and time in "yyyy-MM-dd z HH:mm:ss" format.
|
Util | |
WebService |
The WebService actor provides the user with a plug-in interface to execute
any WSDL-defined web service.
|
WebServiceStub | Deprecated
Use org.sdm.spa.WebService or org.sdm.spa.WSWithComplexTypes instead
|
WSWithComplexTypes |
This actor executes SOAP web services defined by WSDLs.
|
XMLAssembler |
On each firing, read one token from each input port and assemble them into an
XML document where the root element name is specified by the output port
name.
|
XMLDisassembler |
This actor disassembles an XML document into its child elements.
|
XMLHelper |
This splits an XML document into its child elements and each is sent to the
output port with the same name.
|
XMLUpdater |
On each firing, read an XML token from port input, one token from each
additional input port, and output the original XML updated with new values.
|
XMLUtil | |
XPath |
XPath selects XML nodes based on the XPath syntax.
|
XSLTActor |
Given an XSL transformation file, performs the specified transformation on
the input XML doc.
|