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
getNonConformElement
IDiagramElementView getNonConformElement()
isConform
boolean isConform(IDiagramElementView diagramElementView)
Copyright © 2010-2011 Petals Link. All Rights Reserved.