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

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

Subinterfaces of StringAnnotation in de.cau.cs.kieler.core.annotations
 interface TypedStringAnnotation
          A representation of the model object 'Typed String Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations that return StringAnnotation
 StringAnnotation AnnotationsFactory.createStringAnnotation()
          Returns a new object of class 'String Annotation'.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement StringAnnotation
 class StringAnnotationImpl
          An implementation of the model object 'String Annotation'.
 class TypedStringAnnotationImpl
          An implementation of the model object 'Typed String Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return StringAnnotation
 StringAnnotation AnnotationsFactoryImpl.createStringAnnotation()
           
 

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

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