Last change
on this file was 5, checked in by Bart Vastenhouw, 5 years ago |
Intermediate update
|
File size:
591 bytes
|
Line | |
---|
1 | package tudelft.mentalhealth.motivatepersisting;
|
---|
2 |
|
---|
3 | /**
|
---|
4 | * Available sub-categories for {@link Category} to categorize a possible
|
---|
5 | * statement more precisely. The annotations in {@link Category} indicate
|
---|
6 | * possible sub-classes
|
---|
7 | *
|
---|
8 | */
|
---|
9 | enum Subcategory {
|
---|
10 | /**
|
---|
11 | * Subcategory ALL means that this includes ALL data included non-categorized
|
---|
12 | * data in the parent {@link Category}.
|
---|
13 | */
|
---|
14 | ALL,
|
---|
15 | /**
|
---|
16 | * regular subcategories. See also
|
---|
17 | * {@link Category#isSubcategoryAllowed(Subcategory)}
|
---|
18 | */
|
---|
19 | NEGATIVE, COMPLIMENT, GOONLIKETHIS, ITSGOINGWELL, HOLDON, PCL, STABLE, DROPPING, RISING, HIGH, LOW
|
---|
20 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.