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

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

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

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

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

Methods in de.cau.cs.kieler.core.annotations.impl that return TypedStringAnnotation
 TypedStringAnnotation AnnotationsFactoryImpl.createTypedStringAnnotation()
           
 

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

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