Update documentation, improve readability of code
No functional changes have been made, new build not required
This commit is contained in:
parent
24be910f7a
commit
f7e71e7163
6 changed files with 889 additions and 750 deletions
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
BIN
MVC diagram.gif
BIN
MVC diagram.gif
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 347 KiB |
|
@ -7,7 +7,6 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import java.util.Scanner;
|
||||
import java.util.concurrent.LinkedBlockingQueue;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* CLI for the Fixture.
|
||||
|
|
|
@ -76,8 +76,6 @@ public class Cycle
|
|||
* @param cameraName Name of the camera associated with the image and value
|
||||
* @param image File object denoting the location of the image from the camera
|
||||
* @param parsedValue Double of the value generated by Tesseract from the image
|
||||
*
|
||||
* @return true if saved successfully, else false.
|
||||
*/
|
||||
public void addCamera(String cameraName, File image, Double parsedValue)
|
||||
{ this.cycleValues.put(cameraName,new Pair<File,Double>(image, parsedValue)); }
|
||||
|
|
1636
umlAndStateFlow.xmi
1636
umlAndStateFlow.xmi
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue