/* ************************************************************************
#
# DivConq
#
# http://divconq.com/
#
# Copyright:
# Copyright 2014 eTimeline, LLC. All rights reserved.
#
# License:
# See the license.txt file in the project's top-level directory for details.
#
# Authors:
# * Andy White
#
************************************************************************ */
/**
* <p>
* Core features of DivConq these classes are part of the DivConq "language".
* Critical among these is {@link divconq.lang.op.OperationResult} and its
* sub classes {@link divconq.lang.op.FuncResult}, {@link divconq.lang.op.OperationCallback}
* and {@link divconq.lang.op.FuncCallback}.
* </p>
*
* <p>
* Further critical classes are {@link divconq.lang.op.UserContext} and
* {@link divconq.lang.op.OperationContext}.
* </p>
*
*/
package divconq.lang.op;