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

All Known Subinterfaces:
IDiagramElementViewConformityRule, IDiagramViewConformityRule
All Known Implementing Classes:
AbstractDiagramElementViewConformityRule, AbstractDiagramViewConformityRule

public interface IConformityRule


Method Summary
 boolean canResolveNonConformity()
           
 java.lang.String getResolveConformityDescription()
           
 java.lang.String getRuleDescription()
           
 IRuleLevel getRuleLevel()
           
 java.lang.String getRuleName()
           
 void resolveNonConformity()
           
 

Method Detail

getRuleName

java.lang.String getRuleName()

getRuleDescription

java.lang.String getRuleDescription()

resolveNonConformity

void resolveNonConformity()

getResolveConformityDescription

java.lang.String getResolveConformityDescription()

canResolveNonConformity

boolean canResolveNonConformity()

getRuleLevel

IRuleLevel getRuleLevel()


Copyright © 2010-2011 Petals Link. All Rights Reserved.