com.ebmwebsourcing.geasytools.diagrameditor.api.validation
Interface IRuleNotificationRegistry
- All Known Implementing Classes:
- RuleNotificationRegistry
public interface IRuleNotificationRegistry
getRulesInFailure
java.util.HashSet<IConformityRule> getRulesInFailure()
getRulesInWarning
java.util.HashSet<IConformityRule> getRulesInWarning()
getResolvedRules
java.util.HashSet<IConformityRule> getResolvedRules()
addResolvedRule
void addResolvedRule(IConformityRule rule)
setRulesInFailure
void setRulesInFailure(java.util.HashSet<IConformityRule> rules)
setRulesInWarning
void setRulesInWarning(java.util.HashSet<IConformityRule> rules)
getController
IDiagramController getController()
Copyright © 2010-2011 Petals Link. All Rights Reserved.