org.modeldriven.fuml.xmi
Class XmiExternalReferenceElement

java.lang.Object
  extended by org.modeldriven.fuml.xmi.XmiReferenceElement
      extended by org.modeldriven.fuml.xmi.XmiExternalReferenceElement
All Implemented Interfaces:
XmiReference

public class XmiExternalReferenceElement
extends XmiReferenceElement

This class is an XmiReference implementation holding XMI external reference data and related information found within XML elements. External references within an XML entity are found in the xmi:href attribute of an entity.External XMI references target model entities from an XMI source outside the source where the reference is found. For more information on XMI references see the XmiReference interface documentation.

Author:
Scott Cinnamond

Constructor Summary
XmiExternalReferenceElement(XmiNode node, Classifier classifier)
           
 
Method Summary
 
Methods inherited from class org.modeldriven.fuml.xmi.XmiReferenceElement
getClassifier, getColumnNumber, getLineNumber, getLocalName, getReferenceCount, getXmiIds, getXmiNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmiExternalReferenceElement

public XmiExternalReferenceElement(XmiNode node,
                                   Classifier classifier)


Copyright © 2012. All Rights Reserved.