From: <tho...@us...> - 2013-11-13 17:20:10
|
Revision: 7539 http://bigdata.svn.sourceforge.net/bigdata/?rev=7539&view=rev Author: thompsonbry Date: 2013-11-13 17:20:04 +0000 (Wed, 13 Nov 2013) Log Message: ----------- javadoc Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/BOpContext.java Modified: branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/BOpContext.java =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/BOpContext.java 2013-11-13 17:19:47 UTC (rev 7538) +++ branches/BIGDATA_RELEASE_1_3_0/bigdata/src/java/com/bigdata/bop/BOpContext.java 2013-11-13 17:20:04 UTC (rev 7539) @@ -905,9 +905,9 @@ * with a binding in the source {@link IBindingSet}. * * @param left - * The left binding set. + * The left binding set (target). * @param right - * The right binding set. + * The right binding set (source). * @param constraints * An array of constraints (optional). When given, destination * {@link IBindingSet} will be validated <em>after</em> mutation. @@ -918,7 +918,8 @@ * * @return The solution with the combined bindings and <code>null</code> if * the bindings were not consistent, if a constraint was violated, - * etc. + * etc. Note that either <code>left</code> or <code>right</code> MAY + * be returned if the other solution set is empty (optimization). */ @SuppressWarnings({ "rawtypes", "unchecked" }) static public IBindingSet bind(// This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |