Uses of Interface
org.eclipse.emf.examples.extlibrary.Addressable

Packages that use Addressable
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
org.eclipse.emf.examples.extlibrary.util   
 

Uses of Addressable in org.eclipse.emf.examples.extlibrary
 

Subinterfaces of Addressable in org.eclipse.emf.examples.extlibrary
 interface Borrower
          A representation of the model object 'Borrower'
 interface Employee
          A representation of the model object 'Employee'
 interface Library
          A representation of the model object 'Library'
 interface Person
          A representation of the model object 'Person'
 interface Writer
          A representation of the model object 'Writer'
 

Uses of Addressable in org.eclipse.emf.examples.extlibrary.impl
 

Classes in org.eclipse.emf.examples.extlibrary.impl that implement Addressable
 class BorrowerImpl
          An implementation of the model object 'Borrower'
 class EmployeeImpl
          An implementation of the model object 'Employee'
 class LibraryImpl
          An implementation of the model object 'Library'
 class PersonImpl
          An implementation of the model object 'Person'
 class WriterImpl
          An implementation of the model object 'Writer'
 

Uses of Addressable in org.eclipse.emf.examples.extlibrary.util
 

Methods in org.eclipse.emf.examples.extlibrary.util with parameters of type Addressable
 T EXTLibrarySwitch.caseAddressable(Addressable object)
          Returns the result of interpreting the object as an instance of 'Addressable'
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.