|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRule
Interface the must be implemented to develop an actionClass for a RulesSet extension.
Method Summary | |
---|---|
java.lang.String |
getDisplayMessageForElement(Element elt)
Method that can be implemented to customize the displayed message when the rule is raised. |
java.lang.Boolean |
isRaisedForElement(Element elt,
Project project)
Method to implement to indicate how the rule is raised for element. |
Method Detail |
---|
java.lang.Boolean isRaisedForElement(Element elt, Project project)
elt
- the element that is checked with the ruleproject
- the project that can be needed
to determine if the rule should raised
java.lang.String getDisplayMessageForElement(Element elt)
elt
- the element that owns thr Rule
|
Traceability | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.