-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b028ed5
commit 992e0c1
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
# SeaBattleParadox | ||
# SeaBattleParadox | ||
SeaBattleParadox is a Software that relies on JavaLogic Package. The JavaLogic Package is an Advanced Package that contains Ternary Logic (3 state) Logical Expression Code. | ||
The SeaBattleParadox Software has been designed to take a Possibility String from the User and test its continency. If the Possibility String is contingent(Unknown), then take the Realization String from the User and work out | ||
• Possibility && Realization (Function : A3VLSingle3VL1Rel in ContingentExpression.java ) | ||
• Possibility || Realization(Function : A3VLSingle3VL2Rel in ContingentExpression.java ) | ||
Note: if Possibility String is NOT CONTINGENT , the Realization string will not be evaluated. | ||
|
||
2. Packages | ||
a) JavaLogic: (Logic package) Mathematical Software that maps strings Predicates to Values(States) | ||
b) Log4j.jar | ||
|
||
3. RUNNING THE PROGRAMS | ||
◦ Regression Test Mode | ||
Using Netbeans 8.2, | ||
1) Open ContingentExpression.java. | ||
2) Right Click | ||
3) Select Run File |