/[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.3 by gnu_andrew, Fri May 6 10:26:51 2005 UTC revision 1.4 by gnu_andrew, Sun May 8 12:03:41 2005 UTC
# Line 26  import java.net.URISyntaxException; Line 26  import java.net.URISyntaxException;
26    
27  import nongnu.cashews.language.grounding.Grounding;  import nongnu.cashews.language.grounding.Grounding;
28    
29    import nongnu.cashews.xml.XmlField;
30    
31  /**  /**
32   * Represents a simple process with a set of inputs and outputs,   * Represents a simple process with a set of inputs and outputs,
33   * grounded in a web service.  The <code>AtomicProcess</code> provides   * grounded in a web service.  The <code>AtomicProcess</code> provides
# Line 39  public class AtomicProcess Line 41  public class AtomicProcess
41  {  {
42    
43    /**    /**
44       * Serialization fields which specify how to serialize this class.
45       */
46      private static final XmlField[] serialPersistentFields
47        = new XmlField[]
48        {
49          new XmlField("grounding",Grounding.class,false,true,true)
50        };
51    
52      /**
53     * The grounding for this <code>AtomicProcess</code>, which links     * The grounding for this <code>AtomicProcess</code>, which links
54     * it to a real web service.     * it to a real web service.
55     *     *

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