/[fenfire]/fenfire/org/fenfire/view/buoy/TransclusionConnector.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/TransclusionConnector.java

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

revision 1.5 by tjl, Mon Apr 28 11:46:49 2003 UTC revision 1.6 by mudyc, Fri May 2 00:22:40 2003 UTC
# Line 22  import java.util.List; Line 22  import java.util.List;
22  public class TransclusionConnector implements BuoyViewConnector {  public class TransclusionConnector implements BuoyViewConnector {
23  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
24      public static boolean dbg = true;      public static boolean dbg = true;
25      private static void pa(String s) { System.out.println("PPLinker:"+s); }      private static void pa(String s) { System.out.println("TransclusionConnector:: "+s); }
26    
27    
28      private Fen fen;      private Fen fen;
# Line 101  public static final String rcsid = "$Id$ Line 101  public static final String rcsid = "$Id$
101                  for(Iterator nodes = fen.enfiladeOverlap.getMatches(tmpEnf).iterator(); nodes.hasNext(); ) {                  for(Iterator nodes = fen.enfiladeOverlap.getMatches(tmpEnf).iterator(); nodes.hasNext(); ) {
102                      Object node = nodes.next();                      Object node = nodes.next();
103                      if(dbg) pa("TRC: overlap "+node);                      if(dbg) pa("TRC: overlap "+node);
104                      Object plane = fen.constgraph.find1_X11(PP.contains, node);                      Object plane = fen.constgraph.find1_X11(PAPER.contains, node);
105                      if(plane == null) {                      if(plane == null) {
106                          if(dbg) pa("No plane!");                          if(dbg) pa("No plane!");
107                          continue;                          continue;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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