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

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

Methods in de.cau.cs.kieler.core.annotations that return IntAnnotation
 IntAnnotation AnnotationsFactory.createIntAnnotation()
          Returns a new object of class 'Int Annotation'.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement IntAnnotation
 class IntAnnotationImpl
          An implementation of the model object 'Int Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return IntAnnotation
 IntAnnotation AnnotationsFactoryImpl.createIntAnnotation()
           
 

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

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