org.modeldriven.fuml.xmi
Class XmiInternalReferenceElement
java.lang.Object
org.modeldriven.fuml.xmi.XmiReferenceElement
org.modeldriven.fuml.xmi.XmiInternalReferenceElement
- All Implemented Interfaces:
- XmiReference
public class XmiInternalReferenceElement
- extends XmiReferenceElement
- implements XmiReference
This class is an XmiReference implementation holding XMI internal reference data
and related information found within XML elements. The character data within a reference
element may hold any number of internal XMI references to entities within a model,
separated by space (' ') character delimiters. Only "internal" references are found in
XML entity character data within an XMI formatted source. Internal references target
model entities found in the same source XMI as the reference. Internal references
within an XML entity may also be found in the xmi:idref attribute of an entity. For
more information on XMI references see the XmiReference interface documentation.
- Author:
- Scott Cinnamond
XmiInternalReferenceElement
public XmiInternalReferenceElement(XmiNode node,
Classifier classifier)
Copyright © 2012. All Rights Reserved.