g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.base.DocumentRoot

Packages that use DocumentRoot
eu.geclipse.jsdl   
eu.geclipse.jsdl.model.base   
eu.geclipse.jsdl.model.base.impl   
eu.geclipse.jsdl.model.base.util   
 

Uses of DocumentRoot in eu.geclipse.jsdl
 

Methods in eu.geclipse.jsdl that return DocumentRoot
 DocumentRoot JSDLJobDescription.getDocumentRoot()
          Method to access root element of an EMF document represented by this object.
 

Methods in eu.geclipse.jsdl with parameters of type DocumentRoot
 void JSDLJobDescription.setRoot(DocumentRoot root)
          This method is to set EMF document's root element.
 void JSDLJobDescriptionModel.setRoot(DocumentRoot root)
          This method is to set EMF document's root element.
 

Uses of DocumentRoot in eu.geclipse.jsdl.model.base
 

Methods in eu.geclipse.jsdl.model.base that return DocumentRoot
 DocumentRoot JsdlFactory.createDocumentRoot()
          Returns a new object of class 'Document Root'
 

Uses of DocumentRoot in eu.geclipse.jsdl.model.base.impl
 

Classes in eu.geclipse.jsdl.model.base.impl that implement DocumentRoot
 class DocumentRootImpl
          An implementation of the model object 'Document Root'
 

Methods in eu.geclipse.jsdl.model.base.impl that return DocumentRoot
 DocumentRoot JsdlFactoryImpl.createDocumentRoot()
           
 

Uses of DocumentRoot in eu.geclipse.jsdl.model.base.util
 

Methods in eu.geclipse.jsdl.model.base.util with parameters of type DocumentRoot
 java.lang.Object JsdlSwitch.caseDocumentRoot(DocumentRoot object)
          Returns the result of interpreting the object as an instance of 'Document Root'
 


g-Eclipse
Release 1.0.0