Subversion Repositories SmartDukaan

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 82
Line 32... Line 32...
32
	}
32
	}
33
	
33
	
34
	/**
34
	/**
35
	 * Executes Comparison rule from ExpandedCMPSlideRuleDefinition instance
35
	 * Executes Comparison rule from ExpandedCMPSlideRuleDefinition instance
36
	 */
36
	 */
37
	public void execCMPRule() {
37
	public void executeRule() {
38
		if(this.py == null || this.expandedCMPSlideRuleDefinition == null) {
38
		if(this.py == null || this.expandedCMPSlideRuleDefinition == null) {
39
			throw new IllegalStateException(
39
			throw new IllegalStateException(
40
					"Not initialized properly");
40
					"Not initialized properly");
41
		}
41
		}
42
		
42