Uses of Interface
net.ogdf.ogml.DocumentRoot

Packages that use DocumentRoot
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of DocumentRoot in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return DocumentRoot
 DocumentRoot OgmlFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'.
 

Uses of DocumentRoot in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'.
 

Methods in net.ogdf.ogml.impl that return DocumentRoot
 DocumentRoot OgmlFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type DocumentRoot
 T OgmlSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'.