Package org.jicengine.operation

Interface Summary
Context Context : a namespace for objects.
Operation An executable operation.
 

Class Summary
AbstractContext  
ArrayConstructionOperation  
BeanUtils Utilities for manipulating beans through reflection.
ConstructionOperation  
EmptyContext  
EmptyOperation  
FieldValueOperation  
LocalContext local context is a context inside a larger context (parent context).
MethodInvocationOperation  
ParameterlessOperation  
ReflectionUtils  
SimpleContext  
SimpleMethodInvocationOperation  
StaticValue  
UnexecutableOperation  
VariableValueOperation  
 

Exception Summary
Context.DuplicateNameException  
Context.ObjectNotFoundException  
OperationException  
ReflectionUtils.NoMethodWithSuchParametersException Indicates that one or more methods with the right name were found but the method-parameters didn't match.
ReflectionUtils.NoSuchConstructorException  
ReflectionUtils.NoSuchMethodException