Code Search for Developers
 
 
  

ICIPoint.java from MASE: Agile Software Engineering at Krugle


Show ICIPoint.java syntax highlighted

package ucalgary.ebe.ci.common;

public interface ICIPoint {

    public abstract double distance(ICIPoint p);

    public abstract int getX();

    public abstract int getY();

    public abstract int hashCode();

    public abstract boolean equals(Object obj);

}



See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  ICIPoint.java
  MouseCoordList.java
  Point.java
  Positions.java