Uses of Interface
org.ptolemy.moml.DocumentRoot

Packages that use DocumentRoot
org.ptolemy.moml   
org.ptolemy.moml.impl   
org.ptolemy.moml.util   
 

Uses of DocumentRoot in org.ptolemy.moml
 

Methods in org.ptolemy.moml that return DocumentRoot
 DocumentRoot MomlFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'.
 

Uses of DocumentRoot in org.ptolemy.moml.impl
 

Methods in org.ptolemy.moml.impl that return DocumentRoot
 DocumentRoot MomlFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in org.ptolemy.moml.util
 

Methods in org.ptolemy.moml.util with parameters of type DocumentRoot
 T MomlSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'.