Uses of Package
org.embl.ebi.escience.scufl.enactor

Packages that use org.embl.ebi.escience.scufl.enactor
nl.utwente.ewi.hmi.taverna.scuflworkers.rshell   
org.embl.ebi.escience.scufl Provides the object model for the Simple Conceptual Unified Flow Language (Scufl). 
org.embl.ebi.escience.scufl.enactor Provides a simple facade layer to allow invocation of either an in memory instance of the workflow enactor or a remote and potentially federated cluster of enactor services. 
org.embl.ebi.escience.scufl.enactor.event   
org.embl.ebi.escience.scufl.enactor.implementation Implementations of the various enactor proxy interfaces, these classes perform the communication between proxy interface and real enactor instance, wherever that may be. 
org.embl.ebi.escience.scufl.tools Provides user level command line and graphical tools to manipulate and display scufl model instances. 
org.embl.ebi.escience.scuflui Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state. 
org.embl.ebi.escience.scuflui.results   
org.embl.ebi.escience.scuflui.spi   
org.embl.ebi.escience.scuflworkers.workflow   
uk.ac.soton.itinnovation.taverna.enactor.entities Provides all the Taverna specific tasks that are executable by the myGrid workflow enactor core. 
 

Classes in org.embl.ebi.escience.scufl.enactor used by nl.utwente.ewi.hmi.taverna.scuflworkers.rshell
WorkflowEventAdapter
          An (abstract) adapter around the workflow event listener interface allowing for convenient implementation of a subset of the available event handlers.
WorkflowEventListener
          Implementations express an interest in events produced during the lifecycle of an enactor instance including but not limited to workflow creation and process reports
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scufl
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scufl.enactor
EnactorProxy
          This interface defines the user proxy for a workflow enactment system capable of running workflows based on ScuflModel instances
UnknownWorkflowInstanceException
          Thrown when a client attempts to reconnect to a workflow instance that is either unknown or that has security constraints which result in the client not having sufficient access to connect.
UserContext
          Represents a user workflow context.
WorkflowEventListener
          Implementations express an interest in events produced during the lifecycle of an enactor instance including but not limited to workflow creation and process reports
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
WorkflowSubmissionException
          Thrown when an error occurs during workflow submission, wraps the real exception using the standard exception chaining mechanism
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scufl.enactor.event
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scufl.enactor.implementation
EnactorProxy
          This interface defines the user proxy for a workflow enactment system capable of running workflows based on ScuflModel instances
UserContext
          Represents a user workflow context.
WorkflowEventListener
          Implementations express an interest in events produced during the lifecycle of an enactor instance including but not limited to workflow creation and process reports
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
WorkflowSubmissionException
          Thrown when an error occurs during workflow submission, wraps the real exception using the standard exception chaining mechanism
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scufl.tools
UserContext
          Represents a user workflow context.
WorkflowEventListener
          Implementations express an interest in events produced during the lifecycle of an enactor instance including but not limited to workflow creation and process reports
WorkflowSubmissionException
          Thrown when an error occurs during workflow submission, wraps the real exception using the standard exception chaining mechanism
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scuflui
EnactorProxy
          This interface defines the user proxy for a workflow enactment system capable of running workflows based on ScuflModel instances
UserContext
          Represents a user workflow context.
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
WorkflowSubmissionException
          Thrown when an error occurs during workflow submission, wraps the real exception using the standard exception chaining mechanism
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scuflui.results
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scuflui.spi
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
 

Classes in org.embl.ebi.escience.scufl.enactor used by org.embl.ebi.escience.scuflworkers.workflow
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.
 

Classes in org.embl.ebi.escience.scufl.enactor used by uk.ac.soton.itinnovation.taverna.enactor.entities
WorkflowInstance
          This interface is implemented by any returned object that represents the state of a running workflow instance within an enactment system.