Skip to content

Commit

Permalink
Final rule images
Browse files Browse the repository at this point in the history
  • Loading branch information
morenomarcus03 committed Apr 4, 2024
1 parent 36648ff commit 996e453
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ public class ThermometerTooLargeDirectRule extends DirectRule{
public ThermometerTooLargeDirectRule() {
super(
"THERM-BASC-0006",
"Minimum Fill",
"Some thermometers must be filled a minimum amount to satisfy requirement",
"edu/rpi/legup/images/thermometer/MinimumFill.png");
"Thermometer Too Large",
"If thermometer is larger than required mercury, some of it must be blocked",
"edu/rpi/legup/images/thermometer/ThermometerTooLarge.png");
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public class TooFewMercuryContradiction extends ContradictionRule{

public TooFewMercuryContradiction(){
super("THERM-CONT-0002",
"Too Many Mercury",
"More mercury in column/row than target",
"Too Few Mercury",
"Not enough mercury in column/row to fufill requirement",
"edu/rpi/legup/images/thermometer/NotEnoughMercury.png");
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/edu/rpi/legup/images/thermometer/MinimumFill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 996e453

Please sign in to comment.