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

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

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

revision 1.1 by gnu_andrew, Wed May 4 07:31:55 2005 UTC revision 1.2 by gnu_andrew, Wed May 4 22:14:05 2005 UTC
# Line 23  package nongnu.cashews.language.process; Line 23  package nongnu.cashews.language.process;
23    
24  import java.util.List;  import java.util.List;
25    
26    import nongnu.cashews.xml.Xmlizable;
27    
28  /**  /**
29   * A generic superclass for composite processes which handle an arbitrary   * A generic superclass for composite processes which handle an arbitrary
30   * length list of <code>Performance</code>s, interleaved with   * length list of <code>Performance</code>s, interleaved with
# Line 33  import java.util.List; Line 35  import java.util.List;
35   * @see Connection   * @see Connection
36   */   */
37  public abstract class MultiPerform  public abstract class MultiPerform
38    extends CompositeProcess    implements CProcess, Xmlizable
39  {  {
40    
41    /**    /**

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