/[cashew-s-editor]/cashews/src/nongnu/cashews/language/process/AtomicProcess.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/language/process/AtomicProcess.java

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

revision 1.2 by gnu_andrew, Wed May 4 22:14:05 2005 UTC revision 1.3 by gnu_andrew, Fri May 6 10:26:51 2005 UTC
# Line 70  public class AtomicProcess Line 70  public class AtomicProcess
70      super(name);      super(name);
71    }    }
72    
73      /**
74       * Sets the grounding of this atomic process.
75       *
76       * @param grounding the new grounding.
77       */
78      public void setGrounding(Grounding grounding)
79      {
80        this.grounding = grounding;
81      }
82    
83  }  }
84    

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