nextgrid.api.pom
Interface UnorderedListProcess

All Superinterfaces:
java.lang.Cloneable, ControlProcess, Process, java.io.Serializable

public interface UnorderedListProcess
extends ControlProcess

Enacts all its children subprocesses in an indeterministic order, but never concurrently. Only one child process will be enacted at one moment in time, but the sequence order is unspecified.

This process gives the enactor freedom to choose the execution order given any policy.

Author:
Rodrigo Ruiz

Method Summary
 
Methods inherited from interface nextgrid.api.pom.ControlProcess
addChildren, addChildren, getChildCount, getChildren, getChildren, getLocalVar, getLocalVars, isLazy, isMemoizeActive, removeChild, removeChild, setChildren, setChildren, setLazy, setLocalVar, setMemoizeActive, trim
 
Methods inherited from interface nextgrid.api.pom.Process
addListener, copy, discover, enact, evaluate, findProcessById, findRoot, getAttribute, getAttribute, getAttribute, getAttributes, getDescription, getId, getInput, getInputs, getInputType, getName, getOutput, getOutputs, getOutputType, getParent, getUsedInputNames, getUsedOutputNames, invalidate, isEvaluated, isValidated, prioritise, putInput, putOutput, removeInput, removeListener, removeOutput, reset, setAttribute, setAttribute, setDescription, setId, setName, setParent, unuseInput, unuseOutput, useInput, useOutput, validate
 



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