public final class BatchActivation
extends java.lang.Object
com.adocus.mma.api.NonUiValidation
instead.Modifier and Type | Method and Description |
---|---|
static java.lang.String |
run(org.eclipse.emf.ecore.EModelElement umlMetaModel,
org.eclipse.emf.ecore.EModelElement activationItem,
java.io.PrintWriter out,
java.io.PrintStream statusOut)
Deprecated.
|
public static java.lang.String run(org.eclipse.emf.ecore.EModelElement umlMetaModel, org.eclipse.emf.ecore.EModelElement activationItem, java.io.PrintWriter out, java.io.PrintStream statusOut)
umlMetaModel
- the meta model to validate againstactivationItem
- the root item that the validation should start fromout
- the print writer object that the result should be printed tostatusOut
- a stream for status messages.