Uses of Interface
org.objectweb.dsrg.sofa.repository.model.Annotation

Packages that use Annotation
org.objectweb.dsrg.sofa.repository.model   
org.objectweb.dsrg.sofa.repository.model.impl   
org.objectweb.dsrg.sofa.repository.model.util   
 

Uses of Annotation in org.objectweb.dsrg.sofa.repository.model
 

Subinterfaces of Annotation in org.objectweb.dsrg.sofa.repository.model
 interface Factory
          A representation of the model object 'Factory'
 interface Publish
          A representation of the model object 'Publish'
 interface Service
          A representation of the model object 'Service'
 interface ServicePublisher
          A representation of the model object 'Service Publisher'
 interface ServiceTracker
          A representation of the model object 'Service Tracker'
 interface TopLevel
          A representation of the model object 'Top Level'
 

Methods in org.objectweb.dsrg.sofa.repository.model that return types with arguments of type Annotation
 org.eclipse.emf.common.util.EList<Annotation> Frame.getAnnotation()
          Returns the value of the 'Annotation' containment reference list.
 org.eclipse.emf.common.util.EList<Annotation> Interface.getAnnotation()
          Returns the value of the 'Annotation' containment reference list.
 

Uses of Annotation in org.objectweb.dsrg.sofa.repository.model.impl
 

Classes in org.objectweb.dsrg.sofa.repository.model.impl that implement Annotation
 class AnnotationImpl
          An implementation of the model object 'Annotation'
 class FactoryImpl
          An implementation of the model object 'Factory'
 class PublishImpl
          An implementation of the model object 'Publish'
 class ServiceImpl
          An implementation of the model object 'Service'
 class ServicePublisherImpl
          An implementation of the model object 'Service Publisher'
 class ServiceTrackerImpl
          An implementation of the model object 'Service Tracker'
 class TopLevelImpl
          An implementation of the model object 'Top Level'
 

Fields in org.objectweb.dsrg.sofa.repository.model.impl with type parameters of type Annotation
protected  org.eclipse.emf.common.util.EList<Annotation> InterfaceImpl.annotation
          The cached value of the 'Annotation' containment reference list
protected  org.eclipse.emf.common.util.EList<Annotation> FrameImpl.annotation
          The cached value of the 'Annotation' containment reference list
 

Methods in org.objectweb.dsrg.sofa.repository.model.impl that return types with arguments of type Annotation
 org.eclipse.emf.common.util.EList<Annotation> InterfaceImpl.getAnnotation()
           
 org.eclipse.emf.common.util.EList<Annotation> FrameImpl.getAnnotation()
           
 

Uses of Annotation in org.objectweb.dsrg.sofa.repository.model.util
 

Methods in org.objectweb.dsrg.sofa.repository.model.util with parameters of type Annotation
 T ModelSwitch.caseAnnotation(Annotation object)
          Returns the result of interpreting the object as an instance of 'Annotation'