|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
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'. |
Methods in de.cau.cs.kieler.core.annotations that return Annotation | |
---|---|
Annotation |
AnnotationsFactory.createAnnotation()
Returns a new object of class 'Annotation'. |
Annotation |
Annotatable.getAnnotation(String name)
Search an Annotation object for this Annotatable with the given String 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 Annotation objects for this Annotatable with the given String name. |
EList<Annotation> |
Annotatable.getAnnotations()
Returns the value of the 'Annotations' containment reference list. |
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 |
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'. |
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 object for this Annotatable with the given String 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 Annotation objects for this Annotatable with the given String name. |
EList<Annotation> |
AnnotatableImpl.getAnnotations()
|
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |