java ICalcIteratotr reformatted
authorwneuper
Thu, 12 May 2005 17:50:48 +0200
changeset 23041ce7287a6a4c
parent 2303 4d5dd280c3bd
child 2305 0e86cb065437
java ICalcIteratotr reformatted
src/java/isac/util/interfaces/ICalcIterator.java
     1.1 --- a/src/java/isac/util/interfaces/ICalcIterator.java	Thu May 12 17:38:00 2005 +0200
     1.2 +++ b/src/java/isac/util/interfaces/ICalcIterator.java	Thu May 12 17:50:48 2005 +0200
     1.3 @@ -124,7 +124,7 @@
     1.4  	 * is the Iterator on a CalcHead or not
     1.5  	 */
     1.6  	public boolean onCalcHead() throws RemoteException;
     1.7 -	
     1.8 +
     1.9  	/**
    1.10  	 * Use this to get the current element and check the type by calling
    1.11  	 * getType().
    1.12 @@ -167,10 +167,10 @@
    1.13  
    1.14  	/**
    1.15  	 * @return Assumptions accumulated during calculation down to the formula
    1.16 -	 *         under the Iterator
    1.17 -	 * ATTENTION: this returnvalue is also used by getAssumptions as long as
    1.18 -	 * getAccumulatedAssumptions does not include references to their _several_
    1.19 -	 * sources -- i.e. change _this_ return, not that in getAssumptions !
    1.20 +	 *         under the Iterator ATTENTION: this returnvalue is also used by
    1.21 +	 *         getAssumptions as long as getAccumulatedAssumptions does not
    1.22 +	 *         include references to their _several_ sources -- i.e. change
    1.23 +	 *         _this_ return, not that in getAssumptions !
    1.24  	 */
    1.25  	public Assumptions getAccumulatedAssumptions() throws RemoteException;
    1.26