Skip to content

Commit

Permalink
Enum to represent the facet types in a decoration
Browse files Browse the repository at this point in the history
See #49
  • Loading branch information
nvcleemp committed Feb 14, 2018
1 parent 18265f4 commit 621c3d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cage/decoration/FacetType.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package cage.decoration;

/**
* Enum to represent the three facet types in a decoration.
* @author nvcleemp
*/
public enum FacetType {
VERTEX, EDGE, FACE;
}

0 comments on commit 621c3d7

Please sign in to comment.