Need to scheme the overall scheme of things…but this is about development and testing of
FuzzyIntent's constructors and other methodes :
| Method | Comments (prior) | Comments (post) |
|---|---|---|
| FuzzyIntent(int affCount) | need a setAffRange to make this interesting, is there a need for it? | |
| FuzzyIntent(int[] founderAffinities) | in conjuntion with print or get – if it doesn't overtly refuse to run. | |
| int [] getAffRange(int i) | ||
| void printAffRange(int i) | ||
| void printAllRanges() | ||
| FuzzyIntent(FuzzyIntent priorIntent, int[] entrantAffinities) | try with 1. entrantAffinities which stretch it 2. entrantAffinities which don't stretch it. | |
| boolean admits(int [] entrantAffinities) | need to first create a basic fuzzyIntent, enlarge it with entrantAffinities that aren't admitted, try with yet another profile that should be admitted and a profile or more that shouldn't be admitted. |