Uses of Interface
org.eclipse.emf.ecp.view.validation.test.model.Mainboard

Packages that use Mainboard
org.eclipse.emf.ecp.view.validation.test.model   
org.eclipse.emf.ecp.view.validation.test.model.impl   
org.eclipse.emf.ecp.view.validation.test.model.util   
 

Uses of Mainboard in org.eclipse.emf.ecp.view.validation.test.model
 

Methods in org.eclipse.emf.ecp.view.validation.test.model that return Mainboard
 Mainboard TestFactory.createMainboard()
          Returns a new object of class 'Mainboard'.
 Mainboard Computer.getMainboard()
          Returns the value of the 'Mainboard' containment reference.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model with parameters of type Mainboard
 void Computer.setMainboard(Mainboard value)
          Sets the value of the 'Mainboard' containment reference.
 

Uses of Mainboard in org.eclipse.emf.ecp.view.validation.test.model.impl
 

Classes in org.eclipse.emf.ecp.view.validation.test.model.impl that implement Mainboard
 class MainboardImpl
          An implementation of the model object 'Mainboard'.
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return Mainboard
 Mainboard TestFactoryImpl.createMainboard()
           
 Mainboard ComputerImpl.getMainboard()
           
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl with parameters of type Mainboard
 org.eclipse.emf.common.notify.NotificationChain ComputerImpl.basicSetMainboard(Mainboard newMainboard, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ComputerImpl.setMainboard(Mainboard newMainboard)
           
 

Uses of Mainboard in org.eclipse.emf.ecp.view.validation.test.model.util
 

Methods in org.eclipse.emf.ecp.view.validation.test.model.util with parameters of type Mainboard
 T TestSwitch.caseMainboard(Mainboard object)
          Returns the result of interpreting the object as an instance of 'Mainboard'.
 boolean TestValidator.validateMainboard(Mainboard mainboard, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.