| Package | Description |
|---|---|
| org.modeldriven.fuml.assembly | |
| org.modeldriven.fuml.xmi | |
| org.modeldriven.fuml.xmi.stream | |
| org.modeldriven.fuml.xmi.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementGraphAssembler |
| Modifier and Type | Class and Description |
|---|---|
class |
XmiChildFinder
Class that leverages the Visitor pattern to locate descendant node(s)
within an XmiNode hierarchy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmiNode.accept(XmiNodeVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamNode.accept(XmiNodeVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationErrorCollector
A visitor pattern implementation class that walks a given XmiNode hierarchy checking for
various error conditions, creating and gathering ValidationError instances into a collection
helpful for user feedback.
|
Copyright © 2020. All rights reserved.