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

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

Methods in de.cau.cs.kieler.core.annotations that return BooleanAnnotation
 BooleanAnnotation AnnotationsFactory.createBooleanAnnotation()
          Returns a new object of class 'Boolean Annotation'.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement BooleanAnnotation
 class BooleanAnnotationImpl
          An implementation of the model object 'Boolean Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return BooleanAnnotation
 BooleanAnnotation AnnotationsFactoryImpl.createBooleanAnnotation()
           
 

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

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