com.ebmwebsourcing.geasytools.diagrameditor.api.validation
Interface IRuleNotificationRegistry

All Known Implementing Classes:
RuleNotificationRegistry

public interface IRuleNotificationRegistry


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)
           
 

Method Detail

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.