Produced by Araxis Merge on 6/11/2019 10:54:15 AM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\fw\rule | RuleParameter.java | Wed May 29 15:26:12 2019 UTC |
| 2 | HTRE_P3_v14.5_iter_4_build_14.zip\java\gov\va\med\fw\rule | RuleParameter.java | Mon Jun 10 19:27:47 2019 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 146 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | /********* ********** ********** ********** ********** ********** ********* | |
| 2 | * Copyrii ght 2004 V HA. All ri ghts reser ved | |
| 3 | ********* ********** ********** ********** ********** ********** *********/ | |
| 4 | package go v.va.med.f w.rule; | |
| 5 | ||
| 6 | //Java cla sses | |
| 7 | ||
| 8 | // Framewo rk classes | |
| 9 | ||
| 10 | /** | |
| 11 | * A gener ic marker interface that repre sents a ru le input. A rule inp ut | |
| 12 | * represe nts an obj ect that c ontains in formation needed for executing a rule. | |
| 13 | * | |
| 14 | * @author DN S
|
|
| 15 | * @versio n 1.0 | |
| 16 | */ | |
| 17 | public int erface Rul eParameter extends R uleFlowNam eAware, Ru leMethod, RuleSessio n, RuleDat aAware, | |
| 18 | Rule ParameterN ameAware { | |
| 19 | ||
| 20 | /* * | |
| 21 | * @return R eturns the ruleData. | |
| 22 | * / | |
| 23 | pu blic RuleD ataAware g etRuleData Aware(); | |
| 24 | ||
| 25 | /* * | |
| 26 | * @param ru leData | |
| 27 | * The rule Data to se t. | |
| 28 | * / | |
| 29 | pu blic void setRuleDat aAware(Rul eDataAware ruleData) ; | |
| 30 | ||
| 31 | /* * | |
| 32 | * @return R eturns the ruleMetho d. | |
| 33 | * / | |
| 34 | pu blic RuleM ethod getR uleMethod( ); | |
| 35 | ||
| 36 | /* * | |
| 37 | * @param ru leMethod | |
| 38 | * The rule Method to set. | |
| 39 | * / | |
| 40 | pu blic void setRuleMet hod(RuleMe thod ruleM ethod); | |
| 41 | ||
| 42 | /* * | |
| 43 | * @return R eturns the ruleParam eterName. | |
| 44 | * / | |
| 45 | pu blic RuleP arameterNa meAware ge tRuleParam eterNameAw are(); | |
| 46 | ||
| 47 | /* * | |
| 48 | * @param ru leParamete rName | |
| 49 | * The rule ParameterN ame to set . | |
| 50 | * / | |
| 51 | pu blic void setRulePar ameterName Aware(Rule ParameterN ameAware r uleParamet erName); | |
| 52 | ||
| 53 | /* * | |
| 54 | * @return R eturns the ruleSessi on. | |
| 55 | * / | |
| 56 | pu blic RuleS ession get RuleSessio n(); | |
| 57 | ||
| 58 | /* * | |
| 59 | * @param ru leSession | |
| 60 | * The rule Session to set. | |
| 61 | * / | |
| 62 | pu blic void setRuleSes sion(RuleS ession rul eSession); | |
| 63 | ||
| 64 | /* * | |
| 65 | * @return R eturns the ruleFlowN ameAware. | |
| 66 | * / | |
| 67 | pu blic RuleF lowNameAwa re getRule FlowNameAw are(); | |
| 68 | ||
| 69 | /* * | |
| 70 | * @param ru leFlowName Aware | |
| 71 | * The rule FlowNameAw are to set . | |
| 72 | * / | |
| 73 | pu blic void setRuleFlo wNameAware (RuleFlowN ameAware r uleFlowNam eAware); | |
| 74 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.