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

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

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

revision 1.3 by gnu_andrew, Fri May 6 10:26:51 2005 UTC revision 1.4 by gnu_andrew, Sat May 7 21:22:54 2005 UTC
# Line 21  Line 21 
21    
22  package nongnu.cashews.language.process;  package nongnu.cashews.language.process;
23    
24    import java.io.Serializable;
25    
26  import java.net.URI;  import java.net.URI;
27  import java.net.URISyntaxException;  import java.net.URISyntaxException;
28    
 import nongnu.cashews.xml.Xmlizable;  
   
29  /**  /**
30   * Takes a set of inputs, does some processing and returns a set of   * Takes a set of inputs, does some processing and returns a set of
31   * outputs.  The internal makeup of the process is split between   * outputs.  The internal makeup of the process is split between
# Line 43  import nongnu.cashews.xml.Xmlizable; Line 43  import nongnu.cashews.xml.Xmlizable;
43   * @see Grounding   * @see Grounding
44   */   */
45  public abstract class Process  public abstract class Process
46    implements Cloneable, Xmlizable    implements Cloneable, Serializable
47  {  {
48    
49    /**    /**

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

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