/[cashew-s-editor]/cashews/src/nongnu/cashews/owls/process/Result.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/owls/process/Result.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by gnu_andrew, Thu Mar 31 16:50:14 2005 UTC revision 1.3 by gnu_andrew, Thu Mar 31 17:06:13 2005 UTC
# Line 54  public class Result Line 54  public class Result
54    private List<Condition> conditions;    private List<Condition> conditions;
55    
56    /**    /**
57     * A list of <code>Expression</code>s used within the scope     * A list of <code>Expression</code>s used within the scope of this
58     * of this <code>Result</code> instance to define the effects     * <code>Result</code> instance to define the effects of this operation.
    * of this operation.  
59     *     *
60     * @serial the effects scoped over this instance.     * @serial the effects scoped over this instance.
61     */     */
62    private List<Expression> expressions;    private List<Expression> expressions;
63    
64    /* TODO: Add output bindings */    /**
65       * A list of <code>OutputBinding</code>s used within the scope of this
66       * <code>Result</code> instance to define the relationship between
67       * particular output parameters and value patterns.  Different result
68       * conditions can set the same output parameters with different values,
69       * and the consumers can refer to different values of the process.
70       *
71       * @serial the output bindings scoped over this instance.
72       */
73      private List<OutputBinding> outputBindings;
74    
75  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26