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

Packages that use Annotation
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.ui.properties Properties code for the Annotations model. 
de.cau.cs.kieler.core.annotations.util Utility code for the Annotations model. 
 

Uses of Annotation in de.cau.cs.kieler.core.annotations
 

Subinterfaces of Annotation in de.cau.cs.kieler.core.annotations
 interface BooleanAnnotation
          A representation of the model object 'Boolean Annotation'.
 interface ContainmentAnnotation
          A representation of the model object 'Containment Annotation'.
 interface FloatAnnotation
          A representation of the model object 'Float Annotation'.
 interface ImportAnnotation
          A representation of the model object 'Import Annotation'.
 interface IntAnnotation
          A representation of the model object 'Int Annotation'.
 interface ReferenceAnnotation
          A representation of the model object 'Reference Annotation'.
 interface StringAnnotation
          A representation of the model object 'String Annotation'.
 interface TypedStringAnnotation
          A representation of the model object 'Typed String Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations that return Annotation
 Annotation AnnotationType.create()
          Create an annotation that corresponds to this annotation type.
 Annotation AnnotationsFactory.createAnnotation()
          Returns a new object of class 'Annotation'.
 Annotation Annotatable.getAnnotation(String name)
          Search an annotation with the given name.
 

Methods in de.cau.cs.kieler.core.annotations that return types with arguments of type Annotation
 EList<Annotation> Annotatable.getAllAnnotations(String name)
          Search all annotations with the given name.
 EList<Annotation> Annotatable.getAnnotations()
          Returns the value of the 'Annotations' containment reference list.
 

Methods in de.cau.cs.kieler.core.annotations with parameters of type Annotation
static AnnotationType AnnotationType.of(Annotation annotation)
          Determine the type of the given annotation.
static void AnnotationType.setValue(Annotation annotation, Object value)
          Set a new annotation value from the given object.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement Annotation
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 class BooleanAnnotationImpl
          An implementation of the model object 'Boolean Annotation'.
 class ContainmentAnnotationImpl
          An implementation of the model object 'Containment Annotation'.
 class FloatAnnotationImpl
          An implementation of the model object 'Float Annotation'.
 class ImportAnnotationImpl
          An implementation of the model object 'Import Annotation'.
 class IntAnnotationImpl
          An implementation of the model object 'Int Annotation'.
 class ReferenceAnnotationImpl
          An implementation of the model object 'Reference Annotation'.
 class StringAnnotationImpl
          An implementation of the model object 'String Annotation'.
 class TypedStringAnnotationImpl
          An implementation of the model object 'Typed String Annotation'.
 

Fields in de.cau.cs.kieler.core.annotations.impl with type parameters of type Annotation
protected  EList<Annotation> AnnotatableImpl.annotations
          The cached value of the 'Annotations' containment reference list.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return Annotation
 Annotation AnnotationsFactoryImpl.createAnnotation()
           
 Annotation AnnotatableImpl.getAnnotation(String name)
          Search an annotation with the given name.
 

Methods in de.cau.cs.kieler.core.annotations.impl that return types with arguments of type Annotation
 EList<Annotation> AnnotatableImpl.getAllAnnotations(String name)
          Search all annotations with the given name.
 EList<Annotation> AnnotatableImpl.getAnnotations()
           
 

Uses of Annotation in de.cau.cs.kieler.core.annotations.ui.properties
 

Methods in de.cau.cs.kieler.core.annotations.ui.properties that return Annotation
 Annotation NewAnnotationDialog.createAnnotation()
          Create a new annotation based on the dialog contents.
 Annotation AnnotationsPropertySection.getTableSelection()
          Returns the currently selected annotation in the table.
 

Methods in de.cau.cs.kieler.core.annotations.ui.properties with parameters of type Annotation
 void AnnotationsPropertySection.expand(Annotation annotation)
          Expands the tree at the given annotation.
 

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

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