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

Packages that use ContainmentAnnotation
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 ContainmentAnnotation in de.cau.cs.kieler.core.annotations
 

Methods in de.cau.cs.kieler.core.annotations that return ContainmentAnnotation
 ContainmentAnnotation AnnotationsFactory.createContainmentAnnotation()
          Returns a new object of class 'Containment Annotation'.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement ContainmentAnnotation
 class ContainmentAnnotationImpl
          An implementation of the model object 'Containment Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return ContainmentAnnotation
 ContainmentAnnotation AnnotationsFactoryImpl.createContainmentAnnotation()
           
 

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

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