|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scufl >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.embl.ebi.escience.scufl.parser
Provides the object model for the Simple Conceptual Unified Flow Language (Scufl).
See:
Description
Class Summary | |
ExceptionHolder | Used to carry an exception between the worker threads loading the processors and the main thread that actually cares |
ProcessorLoaderThread | A thread subclass to load a processor without blocking everything |
Scufl2XScuflParser | Given an input stream from which to read a Scufl definition file, this class exposes an InputStream that contains the corresponding XScufl representation. |
XScuflParser | Reads a definition in XScufl format and populates the supplied model with it. |
Exception Summary | |
XScuflFormatException | Thrown by the ScuflModel when it can't find a particular named processor. |
Package org.embl.ebi.escience.scufl.parser Description
Provides the object model for the Simple Conceptual Unified Flow Language (Scufl). You might want to look at the documentation section in the Taverna sourceforge project (http://www.sourceforge.net/projects/taverna) for more information about Scufl itself.
|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scufl >> [ parser overview ] | PREV PACKAGE NEXT PACKAGE |