public class ValidationRuleViolation
extends java.lang.Object
Constructor and Description |
---|
ValidationRuleViolation(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e,
java.lang.String comment) |
ValidationRuleViolation(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e,
java.lang.String comment,
boolean reported) |
Modifier and Type | Method and Description |
---|---|
void |
addAction(com.nomagic.actions.NMAction a) |
java.util.List<com.nomagic.actions.NMAction> |
getActions() |
java.lang.String |
getComment() |
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element |
getElement() |
boolean |
isReported() |
void |
setActions(java.util.List<com.nomagic.actions.NMAction> actions) |
void |
setComment(java.lang.String comment) |
void |
setElement(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e) |
void |
setReported(boolean reported) |
public ValidationRuleViolation(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e, java.lang.String comment)
public ValidationRuleViolation(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e, java.lang.String comment, boolean reported)
public com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element getElement()
public void setElement(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element e)
public java.lang.String getComment()
public void setComment(java.lang.String comment)
public boolean isReported()
public void setReported(boolean reported)
public void setActions(java.util.List<com.nomagic.actions.NMAction> actions)
public java.util.List<com.nomagic.actions.NMAction> getActions()
public void addAction(com.nomagic.actions.NMAction a)