Uses of Interface
org.eclipse.emf.ecp.test.university.Professor

Packages that use Professor
org.eclipse.emf.ecp.test.university   
org.eclipse.emf.ecp.test.university.impl   
org.eclipse.emf.ecp.test.university.util   
 

Uses of Professor in org.eclipse.emf.ecp.test.university
 

Methods in org.eclipse.emf.ecp.test.university that return Professor
 Professor UniversityFactory.createProfessor()
          Returns a new object of class 'Professor'.
 

Methods in org.eclipse.emf.ecp.test.university that return types with arguments of type Professor
 org.eclipse.emf.common.util.EList<Professor> Staff.getProfessors()
          Returns the value of the 'Professors' containment reference list.
 

Uses of Professor in org.eclipse.emf.ecp.test.university.impl
 

Classes in org.eclipse.emf.ecp.test.university.impl that implement Professor
 class ProfessorImpl
          An implementation of the model object 'Professor'.
 

Methods in org.eclipse.emf.ecp.test.university.impl that return Professor
 Professor UniversityFactoryImpl.createProfessor()
           
 

Methods in org.eclipse.emf.ecp.test.university.impl that return types with arguments of type Professor
 org.eclipse.emf.common.util.EList<Professor> StaffImpl.getProfessors()
           
 

Uses of Professor in org.eclipse.emf.ecp.test.university.util
 

Methods in org.eclipse.emf.ecp.test.university.util with parameters of type Professor
 T UniversitySwitch.caseProfessor(Professor object)
          Returns the result of interpreting the object as an instance of 'Professor'.
 boolean UniversityValidator.validateProfessor(Professor professor, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2015. All Rights Reserved.