COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.repository.internal.resource
Class SMLDocumentFragment

java.lang.Object
  extended by org.eclipse.cosmos.rm.repository.internal.resource.SMLDocumentFragment
All Implemented Interfaces:
org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocumentFragment
Direct Known Subclasses:
AbstractSMLFragment

public class SMLDocumentFragment
extends java.lang.Object
implements org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocumentFragment

The file system representation of an SML fragment.


Constructor Summary
SMLDocumentFragment()
           
 
Method Summary
 org.w3c.dom.NodeList getNodeList()
          The node list representing a fragment of the parent SML document
 org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocument getParentDocument()
          Returns the parent document that owns this fragment
 void setNodeList(org.w3c.dom.NodeList nodeList)
           
 void setParentDocument(org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocument parentDocument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMLDocumentFragment

public SMLDocumentFragment()
Method Detail

getParentDocument

public org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocument getParentDocument()
Description copied from interface: org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocumentFragment
Returns the parent document that owns this fragment

Specified by:
getParentDocument in interface org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocumentFragment
Returns:
The parent SML document
See Also:
ISMLDocumentFragment.getParentDocument()

setParentDocument

public void setParentDocument(org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocument parentDocument)

getNodeList

public org.w3c.dom.NodeList getNodeList()
Description copied from interface: org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocumentFragment
The node list representing a fragment of the parent SML document

Specified by:
getNodeList in interface org.eclipse.cosmos.rm.repository.provisional.resource.ISMLDocumentFragment
Returns:
A node list representing a fragment of the SML document
See Also:
ISMLDocumentFragment.getNodeList()

setNodeList

public void setNodeList(org.w3c.dom.NodeList nodeList)

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification