org.modeldriven.fuml.xmi
Class XmiInternalReferenceElement

java.lang.Object
  extended by org.modeldriven.fuml.xmi.XmiReferenceElement
      extended by 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

Constructor Summary
XmiInternalReferenceElement(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
 
Methods inherited from interface org.modeldriven.fuml.xmi.XmiReference
getClassifier, getColumnNumber, getLineNumber, getLocalName, getReferenceCount, getXmiIds, getXmiNode
 

Constructor Detail

XmiInternalReferenceElement

public XmiInternalReferenceElement(XmiNode node,
                                   Classifier classifier)


Copyright © 2012. All Rights Reserved.