Uses of Interface
org.eclipse.gmt.modisco.xml.Root

Packages that use Root
org.eclipse.gmt.modisco.xml.emf   
org.eclipse.gmt.modisco.xml.emf.util   
org.eclipse.modisco.eclipseplugin   
 

Uses of Root in org.eclipse.gmt.modisco.xml.emf
 

Methods in org.eclipse.gmt.modisco.xml.emf that return Root
 Root MoDiscoXMLFactory.createRoot()
          Returns a new object of class 'Root'.
 

Uses of Root in org.eclipse.gmt.modisco.xml.emf.util
 

Methods in org.eclipse.gmt.modisco.xml.emf.util with parameters of type Root
 T MoDiscoXMLSwitch.caseRoot(Root object)
          Returns the result of interpreting the object as an instance of 'Root'.
 

Uses of Root in org.eclipse.modisco.eclipseplugin
 

Methods in org.eclipse.modisco.eclipseplugin that return Root
 Root EclipsePlugin.getClassPathRoot()
          Returns the value of the 'Class Path Root' reference.
 Root EclipsePlugin.getPluginXml()
          Returns the value of the 'Plugin Xml' reference.
 Root EclipsePlugin.getProject()
          Returns the value of the 'Project' reference.
 

Methods in org.eclipse.modisco.eclipseplugin with parameters of type Root
 void EclipsePlugin.setClassPathRoot(Root value)
          Sets the value of the 'Class Path Root' reference.
 void EclipsePlugin.setPluginXml(Root value)
          Sets the value of the 'Plugin Xml' reference.
 void EclipsePlugin.setProject(Root value)
          Sets the value of the 'Project' reference.