/[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.1 by gnu_andrew, Thu Mar 31 15:25:30 2005 UTC revision 1.2 by gnu_andrew, Thu Mar 31 16:50:14 2005 UTC
# Line 21  Free Software Foundation, Inc., 59 Templ Line 21  Free Software Foundation, Inc., 59 Templ
21    
22  package nongnu.cashews.owls.process;  package nongnu.cashews.owls.process;
23    
24    import nongnu.cashews.owls.expression.Condition;
25    import nongnu.cashews.owls.expression.Expression;
26    
27  import java.util.List;  import java.util.List;
28    
29  /**  /**
# Line 42  public class Result Line 45  public class Result
45     */     */
46    private List<ResultVar> variables;    private List<ResultVar> variables;
47    
48    /* TODO: Add condition and effect lists and output bindings */    /**
49       * A list of <code>Condition</code>s used within the scope
50       * of this <code>Result</code> instance.
51       *
52       * @serial the conditions scoped over this instance.
53       */
54      private List<Condition> conditions;
55    
56      /**
57       * A list of <code>Expression</code>s used within the scope
58       * of this <code>Result</code> instance to define the effects
59       * of this operation.
60       *
61       * @serial the effects scoped over this instance.
62       */
63      private List<Expression> expressions;
64    
65      /* TODO: Add output bindings */
66    
67  }  }

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

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