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

Packages that use NamedObject
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. 
de.cau.cs.kieler.kaom   
de.cau.cs.kieler.kaom.impl   
de.cau.cs.kieler.kaom.util   
 

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

Subinterfaces of NamedObject in de.cau.cs.kieler.core.annotations
 interface Annotation
          A representation of the model object 'Annotation'.
 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'.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement NamedObject
 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 NamedObjectImpl
          An implementation of the model object 'Named Object'.
 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'.
 

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

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

Uses of NamedObject in de.cau.cs.kieler.kaom
 

Subinterfaces of NamedObject in de.cau.cs.kieler.kaom
 interface Entity
          A representation of the model object 'Entity'.
 interface Link
          A representation of the model object 'Link'.
 interface Port
          A representation of the model object 'Port'.
 interface Relation
          A representation of the model object 'Relation'.
 

Uses of NamedObject in de.cau.cs.kieler.kaom.impl
 

Classes in de.cau.cs.kieler.kaom.impl that implement NamedObject
 class EntityImpl
          An implementation of the model object 'Entity'.
 class LinkImpl
          An implementation of the model object 'Link'.
 class PortImpl
          An implementation of the model object 'Port'.
 class RelationImpl
          An implementation of the model object 'Relation'.
 

Uses of NamedObject in de.cau.cs.kieler.kaom.util
 

Methods in de.cau.cs.kieler.kaom.util with parameters of type NamedObject
 T KaomSwitch.caseNamedObject(NamedObject object)
          Returns the result of interpreting the object as an instance of 'Named Object'.