public abstract class AbstractXmiNodeVisitor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<XmiNode,Classifier> |
classifierMap |
protected ModelSupport |
modelSupport |
protected java.util.Map<java.lang.String,XmiNode> |
nodeMap |
protected java.util.List<XmiReference> |
references |
protected XmiNode |
xmiRoot |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractXmiNodeVisitor() |
protected |
AbstractXmiNodeVisitor(XmiNode root) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.xml.stream.events.Attribute |
findAttribute(StreamNode node,
java.lang.String localName)
Deprecated.
|
protected Classifier |
findClassifier(XmiNode target,
XmiNode source) |
protected Classifier |
findClassifierFromImportAdapter(XmiNode target) |
protected boolean |
isAbstract(Classifier classifier) |
protected boolean |
isExternalReferenceElement(XmiNode node,
Classifier classifier,
boolean hasAttributes) |
protected boolean |
isInternalReferenceElement(XmiNode node,
Classifier classifier,
boolean hasAttributes) |
protected boolean |
isNotReferenceElement(XmiNode node,
Classifier classifier,
boolean hasAttributes) |
protected boolean |
isReferenceAttribute(Property property) |
protected XmiNode xmiRoot
protected ModelSupport modelSupport
protected java.util.Map<XmiNode,Classifier> classifierMap
protected java.util.Map<java.lang.String,XmiNode> nodeMap
protected java.util.List<XmiReference> references
protected AbstractXmiNodeVisitor()
protected AbstractXmiNodeVisitor(XmiNode root)
protected Classifier findClassifier(XmiNode target, XmiNode source)
protected Classifier findClassifierFromImportAdapter(XmiNode target)
protected boolean isNotReferenceElement(XmiNode node, Classifier classifier, boolean hasAttributes)
protected boolean isInternalReferenceElement(XmiNode node, Classifier classifier, boolean hasAttributes)
protected boolean isExternalReferenceElement(XmiNode node, Classifier classifier, boolean hasAttributes)
protected boolean isAbstract(Classifier classifier)
protected boolean isReferenceAttribute(Property property)
@Deprecated protected javax.xml.stream.events.Attribute findAttribute(StreamNode node, java.lang.String localName)
Copyright © 2016. All Rights Reserved.