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

Packages that use Annotatable
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.core.expressions   
de.cau.cs.kieler.core.expressions.impl   
de.cau.cs.kieler.core.expressions.util Utility code for the Expressions model. 
de.cau.cs.kieler.kaom   
de.cau.cs.kieler.kaom.impl   
de.cau.cs.kieler.kaom.util   
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.util   
 

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

Subinterfaces of Annotatable 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 NamedObject
          A representation of the model object 'Named Object'.
 interface ReferenceAnnotation
          A representation of the model object 'Reference Annotation'.
 interface StringAnnotation
          A representation of the model object 'String Annotation'.
 

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

Classes in de.cau.cs.kieler.core.annotations.impl that implement Annotatable
 class AnnotatableImpl
          An implementation of the model object 'Annotatable'.
 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'.
 

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

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

Uses of Annotatable in de.cau.cs.kieler.core.expressions
 

Subinterfaces of Annotatable in de.cau.cs.kieler.core.expressions
 interface Signal
          A representation of the model object 'Signal'.
 interface ValuedObject
          A representation of the model object 'Valued Object'.
 interface Variable
          A representation of the model object 'Variable'.
 

Uses of Annotatable in de.cau.cs.kieler.core.expressions.impl
 

Classes in de.cau.cs.kieler.core.expressions.impl that implement Annotatable
 class SignalImpl
          An implementation of the model object 'Signal'.
 class ValuedObjectImpl
          An implementation of the model object 'Valued Object'.
 class VariableImpl
          An implementation of the model object 'Variable'.
 

Uses of Annotatable in de.cau.cs.kieler.core.expressions.util
 

Methods in de.cau.cs.kieler.core.expressions.util with parameters of type Annotatable
 T ExpressionsSwitch.caseAnnotatable(Annotatable object)
          Returns the result of interpreting the object as an instance of 'Annotatable'.
 

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

Subinterfaces of Annotatable 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 Annotatable in de.cau.cs.kieler.kaom.impl
 

Classes in de.cau.cs.kieler.kaom.impl that implement Annotatable
 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 Annotatable in de.cau.cs.kieler.kaom.util
 

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

Uses of Annotatable in de.cau.cs.kieler.synccharts
 

Subinterfaces of Annotatable in de.cau.cs.kieler.synccharts
 interface Action
          A representation of the model object 'Action'.
 interface Region
          A representation of the model object 'Region'.
 interface Scope
          A representation of the model object 'Scope'.
 interface State
          A representation of the model object 'State'.
 interface Transition
          A representation of the model object 'Transition'.
 

Uses of Annotatable in de.cau.cs.kieler.synccharts.impl
 

Classes in de.cau.cs.kieler.synccharts.impl that implement Annotatable
 class ActionImpl
          An implementation of the model object 'Action'.
 class RegionImpl
          An implementation of the model object 'Region'.
 class ScopeImpl
          An implementation of the model object 'Scope'.
 class StateImpl
          An implementation of the model object 'State'.
 class TransitionImpl
          An implementation of the model object 'Transition'.
 

Uses of Annotatable in de.cau.cs.kieler.synccharts.util
 

Methods in de.cau.cs.kieler.synccharts.util with parameters of type Annotatable
 T SyncchartsSwitch.caseAnnotatable(Annotatable object)
          Returns the result of interpreting the object as an instance of 'Annotatable'.