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

Packages that use Computer
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 Computer in org.eclipse.emf.ecp.view.validation.test.model
 

Methods in org.eclipse.emf.ecp.view.validation.test.model that return Computer
 Computer TestFactory.createComputer()
          Returns a new object of class 'Computer'.
 

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

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

Methods in org.eclipse.emf.ecp.view.validation.test.model.impl that return Computer
 Computer TestFactoryImpl.createComputer()
           
 

Uses of Computer 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 Computer
 T TestSwitch.caseComputer(Computer object)
          Returns the result of interpreting the object as an instance of 'Computer'.
 boolean TestValidator.validateComputer(Computer computer, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.