Uses of Interface
org.eclipse.gmt.modisco.infra.role.Shortcut

Packages that use Shortcut
org.eclipse.gmt.modisco.infra.role   
org.eclipse.gmt.modisco.infra.role.impl   
org.eclipse.gmt.modisco.infra.role.util   
 

Uses of Shortcut in org.eclipse.gmt.modisco.infra.role
 

Methods in org.eclipse.gmt.modisco.infra.role that return Shortcut
 Shortcut RoleFactory.createShortcut()
          Returns a new object of class 'Shortcut'.
 

Uses of Shortcut in org.eclipse.gmt.modisco.infra.role.impl
 

Classes in org.eclipse.gmt.modisco.infra.role.impl that implement Shortcut
 class ShortcutImpl
          An implementation of the model object 'Shortcut'.
 

Methods in org.eclipse.gmt.modisco.infra.role.impl that return Shortcut
 Shortcut RoleFactoryImpl.createShortcut()
           
 

Uses of Shortcut in org.eclipse.gmt.modisco.infra.role.util
 

Methods in org.eclipse.gmt.modisco.infra.role.util with parameters of type Shortcut
 T RoleSwitch.caseShortcut(Shortcut object)
          Returns the result of interpreting the object as an instance of 'Shortcut'.