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

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

Methods in de.cau.cs.kieler.core.annotations that return FloatAnnotation
 FloatAnnotation AnnotationsFactory.createFloatAnnotation()
          Returns a new object of class 'Float Annotation'.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement FloatAnnotation
 class FloatAnnotationImpl
          An implementation of the model object 'Float Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return FloatAnnotation
 FloatAnnotation AnnotationsFactoryImpl.createFloatAnnotation()
           
 

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

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