Update of /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14172/src/net/sourceforge/bprocessor/gl/model
Modified Files:
Intersection.java
Log Message:
Renamed the constructor boolean in Edge to Strippled and the same with the get and set methods for it
Index: Intersection.java
===================================================================
RCS file: /cvsroot/bprocessor/gl/src/net/sourceforge/bprocessor/gl/model/Intersection.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Intersection.java 30 Mar 2006 08:03:41 -0000 1.3
--- Intersection.java 3 Aug 2006 14:35:29 -0000 1.4
***************
*** 95,99 ****
if (type == EDGE) {
Edge edge = (Edge) object;
! return !edge.getConstructor();
}
return false;
--- 95,99 ----
if (type == EDGE) {
Edge edge = (Edge) object;
! return !edge.getStrippled();
}
return false;
|