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.ui.properties Properties code for the Annotations model. 
de.cau.cs.kieler.core.annotations.util Utility code for the Annotations model. 
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.kexpressions.util   
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'.
 interface TypedStringAnnotation
          A representation of the model object 'Typed String Annotation'.
 

Methods in de.cau.cs.kieler.core.annotations with parameters of type Annotatable
static Boolean AnnotationsUtil.getBoolean(Annotatable annotatable, String key)
          Retrieve a boolean value from an annotation.
static Float AnnotationsUtil.getFloat(Annotatable annotatable, String key)
          Retrieve a floating point value from an annotation.
static Integer AnnotationsUtil.getInt(Annotatable annotatable, String key)
          Retrieve an integer value from an annotation.
static String AnnotationsUtil.getString(Annotatable annotatable, String key)
          Retrieve a string value from an 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'.
 class TypedStringAnnotationImpl
          An implementation of the model object 'Typed String Annotation'.
 

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

Methods in de.cau.cs.kieler.core.annotations.ui.properties that return Annotatable
 Annotatable AnnotationsPropertySection.getAnnotatable()
          Returns the currently selected annotatable.
 

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.kexpressions
 

Subinterfaces of Annotatable in de.cau.cs.kieler.core.kexpressions
 interface ISignal
          A representation of the model object 'ISignal'.
 interface IVariable
          A representation of the model object 'IVariable'.
 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.kexpressions.impl
 

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement Annotatable
 class ISignalImpl
          An implementation of the model object 'ISignal'.
 class IVariableImpl
          An implementation of the model object 'IVariable'.
 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.kexpressions.util
 

Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type Annotatable
 T KExpressionsSwitch.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'.