public class ViewPresentationGenerator
extends java.lang.Object
implements com.nomagic.task.RunnableWithProgress
Constructor and Description |
---|
ViewPresentationGenerator(java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> rootViews,
com.nomagic.magicdraw.core.Project project,
boolean recurse) |
ViewPresentationGenerator(java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> rootViews,
com.nomagic.magicdraw.core.Project project,
boolean recurse,
PresentationElementUtils presentationElementUtils) |
ViewPresentationGenerator(java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> rootViews,
com.nomagic.magicdraw.core.Project project,
boolean recurse,
PresentationElementUtils presentationElementUtils,
java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> processedElements) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ValidationSuite> |
getValidations() |
boolean |
isFailure() |
void |
run(com.nomagic.task.ProgressStatus progressStatus) |
public ViewPresentationGenerator(java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> rootViews, com.nomagic.magicdraw.core.Project project, boolean recurse)
public ViewPresentationGenerator(java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> rootViews, com.nomagic.magicdraw.core.Project project, boolean recurse, PresentationElementUtils presentationElementUtils)
public ViewPresentationGenerator(java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> rootViews, com.nomagic.magicdraw.core.Project project, boolean recurse, PresentationElementUtils presentationElementUtils, java.util.Set<com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element> processedElements)
public void run(com.nomagic.task.ProgressStatus progressStatus)
run
in interface com.nomagic.task.RunnableWithProgress
public java.util.List<ValidationSuite> getValidations()
public boolean isFailure()