aboutsummaryrefslogtreecommitdiff
path: root/Week4 Drawing loipes/src/oo15loipe/Fragment.java
blob: a4668da30a1b55667d0f3089c564fdec7875b61a (plain) (blame)
1
2
3
4
5
6
7
8
package oo15loipe;

/**
 * enum to describe a fragment of path by its direction (or as a crossing)
 * 
 * @author Thijs Heijligenberg, s4451414, Camil Staps, s4498062
 */
public enum Fragment {NZ, OW, NO,NW, ZO, ZW, KR};