com.ebmwebsourcing.geasytools.diagrameditor.impl.validation
Class RuleNotificationRegistry

java.lang.Object
  extended by com.ebmwebsourcing.geasytools.diagrameditor.impl.validation.RuleNotificationRegistry
All Implemented Interfaces:
IRuleNotificationRegistry

public class RuleNotificationRegistry
extends java.lang.Object
implements IRuleNotificationRegistry


Constructor Summary
RuleNotificationRegistry(IDiagramController controller)
           
 
Method Summary
 void addResolvedRule(IConformityRule rule)
           
 IDiagramController getController()
           
 java.util.HashSet<IConformityRule> getResolvedRules()
           
 java.util.HashSet<IConformityRule> getRulesInFailure()
           
 java.util.HashSet<IConformityRule> getRulesInWarning()
           
 void setRulesInFailure(java.util.HashSet<IConformityRule> rules)
           
 void setRulesInWarning(java.util.HashSet<IConformityRule> rules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleNotificationRegistry

public RuleNotificationRegistry(IDiagramController controller)
Method Detail

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.