com.gridsystems.nextgrid.api.pom
Class ProcessFactoryImpl

java.lang.Object
  extended by com.gridsystems.nextgrid.api.pom.ProcessFactoryImpl
All Implemented Interfaces:
nextgrid.api.pom.ProcessFactory

public final class ProcessFactoryImpl
extends java.lang.Object
implements nextgrid.api.pom.ProcessFactory

Type description.

Author:
Rodrigo Ruiz

Constructor Summary
ProcessFactoryImpl()
           
 
Method Summary
 nextgrid.api.pom.AbstractProcess newAbstractProcess()
          
 nextgrid.api.pom.AsyncProcess newAsyncProcess()
          
 nextgrid.api.pom.DoWhileProcess newDoWhileProcess()
          
 nextgrid.api.pom.IfThenElseProcess newIfThenElseProcess()
          
 nextgrid.api.pom.RepeatUntilProcess newRepeatUntilProcess()
          
 nextgrid.api.pom.SequenceProcess newSequenceProcess()
          
 nextgrid.api.pom.Service newServiceProcess()
          
 nextgrid.api.pom.SplitJoinProcess newSplitJoinProcess()
          
 nextgrid.api.pom.UnorderedListProcess newUnorderedListProcess()
          
 nextgrid.api.pom.WhileDoProcess newWhileDoProcess()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessFactoryImpl

public ProcessFactoryImpl()
Method Detail

newAbstractProcess

public nextgrid.api.pom.AbstractProcess newAbstractProcess()

Specified by:
newAbstractProcess in interface nextgrid.api.pom.ProcessFactory

newAsyncProcess

public nextgrid.api.pom.AsyncProcess newAsyncProcess()

Specified by:
newAsyncProcess in interface nextgrid.api.pom.ProcessFactory

newDoWhileProcess

public nextgrid.api.pom.DoWhileProcess newDoWhileProcess()

Specified by:
newDoWhileProcess in interface nextgrid.api.pom.ProcessFactory

newIfThenElseProcess

public nextgrid.api.pom.IfThenElseProcess newIfThenElseProcess()

Specified by:
newIfThenElseProcess in interface nextgrid.api.pom.ProcessFactory

newRepeatUntilProcess

public nextgrid.api.pom.RepeatUntilProcess newRepeatUntilProcess()

Specified by:
newRepeatUntilProcess in interface nextgrid.api.pom.ProcessFactory

newSequenceProcess

public nextgrid.api.pom.SequenceProcess newSequenceProcess()

Specified by:
newSequenceProcess in interface nextgrid.api.pom.ProcessFactory

newServiceProcess

public nextgrid.api.pom.Service newServiceProcess()

Specified by:
newServiceProcess in interface nextgrid.api.pom.ProcessFactory

newSplitJoinProcess

public nextgrid.api.pom.SplitJoinProcess newSplitJoinProcess()

Specified by:
newSplitJoinProcess in interface nextgrid.api.pom.ProcessFactory

newUnorderedListProcess

public nextgrid.api.pom.UnorderedListProcess newUnorderedListProcess()

Specified by:
newUnorderedListProcess in interface nextgrid.api.pom.ProcessFactory

newWhileDoProcess

public nextgrid.api.pom.WhileDoProcess newWhileDoProcess()

Specified by:
newWhileDoProcess in interface nextgrid.api.pom.ProcessFactory


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