|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmt.umlx.editor.messages.VeryAbstractProblemMessage<M>
org.eclipse.gmt.umlx.editor.messages.AbstractProblemMessage<M>
public class AbstractProblemMessage<M>
Field Summary |
---|
Fields inherited from interface org.eclipse.gmt.umlx.editor.messages.IErrorMessage |
---|
ERROR_SEVERITY, GUIDANCE_SEVERITY |
Constructor Summary | |
---|---|
AbstractProblemMessage(IRegimeCo0<M,?> regime,
M model)
|
Method Summary | |
---|---|
M |
getModel()
Return the model object identified as the source of this error message. |
IRegimeCo0<M,?> |
getRegime()
Return the regime that created this error message. |
java.lang.String |
toTestString()
JUnit-friendly presentration of error message. |
Methods inherited from class org.eclipse.gmt.umlx.editor.messages.VeryAbstractProblemMessage |
---|
equals, getSeverity |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.gmt.umlx.editor.messages.IErrorMessage |
---|
toString |
Constructor Detail |
---|
public AbstractProblemMessage(IRegimeCo0<M,?> regime, M model)
Method Detail |
---|
public M getModel()
IProblemMessage
public IRegimeCo0<M,?> getRegime()
IProblemMessage
public java.lang.String toTestString()
IErrorMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |