nextgrid.api.pom
Interface ProcessFactory


public interface ProcessFactory

Type description.

Author:
Rodrigo Ruiz

Method Summary
 AbstractProcess newAbstractProcess()
          Creates a new process instance.
 AsyncProcess newAsyncProcess()
          Creates a new process instance.
 DoWhileProcess newDoWhileProcess()
          Creates a new process instance.
 IfThenElseProcess newIfThenElseProcess()
          Creates a new process instance.
 RepeatUntilProcess newRepeatUntilProcess()
          Creates a new process instance.
 SequenceProcess newSequenceProcess()
          Creates a new process instance.
 Service newServiceProcess()
          Creates a new process instance.
 SplitJoinProcess newSplitJoinProcess()
          Creates a new process instance.
 UnorderedListProcess newUnorderedListProcess()
          Creates a new process instance.
 WhileDoProcess newWhileDoProcess()
          Creates a new process instance.
 

Method Detail

newAbstractProcess

AbstractProcess newAbstractProcess()
Creates a new process instance.

Returns:
A process instance

newAsyncProcess

AsyncProcess newAsyncProcess()
Creates a new process instance.

Returns:
A process instance

newDoWhileProcess

DoWhileProcess newDoWhileProcess()
Creates a new process instance.

Returns:
A process instance

newIfThenElseProcess

IfThenElseProcess newIfThenElseProcess()
Creates a new process instance.

Returns:
A process instance

newRepeatUntilProcess

RepeatUntilProcess newRepeatUntilProcess()
Creates a new process instance.

Returns:
A process instance

newSequenceProcess

SequenceProcess newSequenceProcess()
Creates a new process instance.

Returns:
A process instance

newServiceProcess

Service newServiceProcess()
Creates a new process instance.

Returns:
A process instance

newSplitJoinProcess

SplitJoinProcess newSplitJoinProcess()
Creates a new process instance.

Returns:
A process instance

newUnorderedListProcess

UnorderedListProcess newUnorderedListProcess()
Creates a new process instance.

Returns:
A process instance

newWhileDoProcess

WhileDoProcess newWhileDoProcess()
Creates a new process instance.

Returns:
A process instance


Copyright © 2006-2008 Grid Systems, S.A.. All Rights Reserved.