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

All Superinterfaces:
IConformityRule
All Known Implementing Classes:
AbstractDiagramElementViewConformityRule

public interface IDiagramElementViewConformityRule
extends IConformityRule

Use to check if a diagram element state is conform to a specific rule

Author:
nfleury

Method Summary
 IDiagramElementView getNonConformElement()
           
 boolean isConform(IDiagramElementView diagramElementView)
           
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.api.validation.IConformityRule
canResolveNonConformity, getResolveConformityDescription, getRuleDescription, getRuleLevel, getRuleName, resolveNonConformity
 

Method Detail

getNonConformElement

IDiagramElementView getNonConformElement()

isConform

boolean isConform(IDiagramElementView diagramElementView)


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