Uses of Class
com.gridsystems.nextgrid.api.pom.PemHelper

Packages that use PemHelper
com.gridsystems.nextgrid.api.pom   
 

Uses of PemHelper in com.gridsystems.nextgrid.api.pom
 

Subclasses of PemHelper in com.gridsystems.nextgrid.api.pom
 class AbstractProcessImpl
          A process with a semantic description, but no specific implementation binding details.
 class AsyncProcessImpl
          Control process that executes all its children sub-processes concurrently.
 class ControlProcessImpl
          Control Process.
 class DoWhileProcessImpl
          DoWhileProcess type.
 class IfThenElseProcessImpl
          Type description.
 class ProcessImpl
          Base implementation for Processes.
 class RepeatUntilProcessImpl
          RepeatUntilProcess type.
 class SequenceProcessImpl
          Control process that forces all its children to execute in a sequential basis.
 class ServiceImpl
          Services are concrete processes, bound to a specific grounding.
 class SplitJoinProcessImpl
          Control process that executes all its children process concurrently, and waits until they all finish.
 class UnorderedListProcessImpl
          Control process that executes its children in a non-deterministic order, but never concurrently.
 class WhileDoProcessImpl
          WhileDoProcess type.
 



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