com.ebmwebsourcing.geasytools.diagrameditor.impl.validation
Class RuleNotificationRegistry
java.lang.Object
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation.RuleNotificationRegistry
- All Implemented Interfaces:
- IRuleNotificationRegistry
public class RuleNotificationRegistry
- extends java.lang.Object
- implements IRuleNotificationRegistry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleNotificationRegistry
public RuleNotificationRegistry(IDiagramController controller)
getController
public IDiagramController getController()
- Specified by:
getController in interface IRuleNotificationRegistry
setRulesInFailure
public void setRulesInFailure(java.util.HashSet<IConformityRule> rules)
- Specified by:
setRulesInFailure in interface IRuleNotificationRegistry
setRulesInWarning
public void setRulesInWarning(java.util.HashSet<IConformityRule> rules)
- Specified by:
setRulesInWarning in interface IRuleNotificationRegistry
getRulesInFailure
public java.util.HashSet<IConformityRule> getRulesInFailure()
- Specified by:
getRulesInFailure in interface IRuleNotificationRegistry
getRulesInWarning
public java.util.HashSet<IConformityRule> getRulesInWarning()
- Specified by:
getRulesInWarning in interface IRuleNotificationRegistry
getResolvedRules
public java.util.HashSet<IConformityRule> getResolvedRules()
- Specified by:
getResolvedRules in interface IRuleNotificationRegistry
addResolvedRule
public void addResolvedRule(IConformityRule rule)
- Specified by:
addResolvedRule in interface IRuleNotificationRegistry
Copyright © 2010-2011 Petals Link. All Rights Reserved.