|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assistant | |
---|---|
org.eclipse.emf.ecp.test.university | |
org.eclipse.emf.ecp.test.university.impl | |
org.eclipse.emf.ecp.test.university.util |
Uses of Assistant in org.eclipse.emf.ecp.test.university |
---|
Methods in org.eclipse.emf.ecp.test.university that return Assistant | |
---|---|
Assistant |
UniversityFactory.createAssistant()
Returns a new object of class 'Assistant'. |
Methods in org.eclipse.emf.ecp.test.university that return types with arguments of type Assistant | |
---|---|
org.eclipse.emf.common.util.EList<Assistant> |
Staff.getAssistants()
Returns the value of the 'Assistants' containment reference list. |
Uses of Assistant in org.eclipse.emf.ecp.test.university.impl |
---|
Classes in org.eclipse.emf.ecp.test.university.impl that implement Assistant | |
---|---|
class |
AssistantImpl
An implementation of the model object 'Assistant'. |
Methods in org.eclipse.emf.ecp.test.university.impl that return Assistant | |
---|---|
Assistant |
UniversityFactoryImpl.createAssistant()
|
Methods in org.eclipse.emf.ecp.test.university.impl that return types with arguments of type Assistant | |
---|---|
org.eclipse.emf.common.util.EList<Assistant> |
StaffImpl.getAssistants()
|
Uses of Assistant in org.eclipse.emf.ecp.test.university.util |
---|
Methods in org.eclipse.emf.ecp.test.university.util with parameters of type Assistant | |
---|---|
T |
UniversitySwitch.caseAssistant(Assistant object)
Returns the result of interpreting the object as an instance of 'Assistant'. |
boolean |
UniversityValidator.validateAssistant(Assistant assistant,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |