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

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

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

revision 1.4 by mudyc, Tue Apr 15 12:14:59 2003 UTC revision 1.5 by mudyc, Wed Apr 16 05:36:12 2003 UTC
# Line 29  public static final String rcsid = "$Id$ Line 29  public static final String rcsid = "$Id$
29      {      {
30          if (node == null)          if (node == null)
31              throw new Error("PPLinker error: node is null!");              throw new Error("PPLinker error: node is null!");
32    
33            if (dbg) pa("node:"+node);
34                    
35          /* check all associations */          /* check all associations */
36    
# Line 40  public static final String rcsid = "$Id$ Line 42  public static final String rcsid = "$Id$
42          }          }
43    
44          // Left links!          // Left links!
45          iter = fen.constgraph.findN_X11_Iter(node, PP.association);          iter = fen.constgraph.findN_X11_Iter(PP.association, node);
46          while (iter.hasNext()) {          while (iter.hasNext()) {
47              Object sub = iter.next();              Object sub = iter.next();
48              l.link(-1,cs,nodeType, new Pair(sub, node), sub);              l.link(-1,cs,nodeType, new Pair(sub, node), sub);

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

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