Uses of Interface
de.cau.cs.kieler.core.annotations.ReferenceAnnotation

Packages that use ReferenceAnnotation
de.cau.cs.kieler.core.annotations Base package of the Annotations model. 
de.cau.cs.kieler.core.annotations.impl Implementation of the Annotations model. 
de.cau.cs.kieler.core.annotations.util Utility code for the Annotations model. 
 

Uses of ReferenceAnnotation in de.cau.cs.kieler.core.annotations
 

Methods in de.cau.cs.kieler.core.annotations that return ReferenceAnnotation
 ReferenceAnnotation AnnotationsFactory.createReferenceAnnotation()
          Returns a new object of class 'Reference Annotation'.
 

Uses of ReferenceAnnotation in de.cau.cs.kieler.core.annotations.impl
 

Classes in de.cau.cs.kieler.core.annotations.impl that implement ReferenceAnnotation
 class ReferenceAnnotationImpl
          An implementation of the model object 'Reference Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return ReferenceAnnotation
 ReferenceAnnotation AnnotationsFactoryImpl.createReferenceAnnotation()
           
 

Uses of ReferenceAnnotation in de.cau.cs.kieler.core.annotations.util
 

Methods in de.cau.cs.kieler.core.annotations.util with parameters of type ReferenceAnnotation
 T AnnotationsSwitch.caseReferenceAnnotation(ReferenceAnnotation object)
          Returns the result of interpreting the object as an instance of 'Reference Annotation'.