Package org.objectweb.fractal.task.core.composition

Interface Summary
CompositeTaskFactory Interface to create composite task components from a collection of sub tasks and a composition schema.
Function Function interface that must be implemented by classes that are imported in composition files.
FunctionLoaderAttrbutes Attribute controller interface for the function-loader component.
TaskCompositionLoader A task composition definition loader.
 

Class Summary
AbstractTaskCompositionLoader An abstract Loader that delegates to another Loader.
FunctionLoader  
Interpreter  
TaskCompositionFileLoader Task composition schema parser.
VariableLoader This loader class verifies the conformity between the variables that are declared in the parameters or in the declarative part of the task composition rules and the variables that are used in the predicates or exported records.
 

Exception Summary
EvaluationException Exception thrown by task composition interpreter when an evaluation fails.
FunctionExecutionException Exception thrown by Function when an error occurs.
InvalidNumberOfParameterException Exception thrown by Function when an invalid number of parameter is received.
InvalidParameterTypeException Exception thrown when a Function is called with a parameter of an invalid type.
NullParameterException Exception thrown when a Function is called with a null parameter.
 



Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.