/[fenfire]/fenfire/org/fenfire/modules/pp/RSTActions.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/RSTActions.java

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

revision 1.1 by mudyc, Fri May 2 00:22:40 2003 UTC revision 1.2 by mudyc, Mon May 5 01:38:49 2003 UTC
# Line 1  Line 1 
1  // (c): Matti J. Katila  // (c): Matti J. Katila
2    
3  package org.fenfire.modules.pp;  package org.fenfire.modules.pp;
4    import org.fenfire.swamp.NodeFunction;
5    
6  import java.io.IOException;  import java.io.IOException;
7  import java.rmi.RemoteException;  import java.rmi.RemoteException;
# Line 44  public interface RSTActions extends Remo Line 45  public interface RSTActions extends Remo
45    
46      /** Generate the nodes' coordinates.      /** Generate the nodes' coordinates.
47       */       */
48      void generateBasicSpatialCoords(Object rstCanvas)      void generateBasicSpatialCoords(Object rstCanvas,
49                                        NodeFunction nodef)
50          throws RemoteException;          throws RemoteException;
51    
52    
53    
54        // gets
55        Object getSentence(Object node)
56            throws RemoteException;
57        Object getParagraph(Object sentence)
58            throws RemoteException;
59        Object getRSTCanvas(Object paragraph)
60            throws RemoteException;
61  }  }

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