Uses of Interface
de.cau.cs.kieler.core.kexpressions.TextualCode

Packages that use TextualCode
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.kexpressions.util   
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.util   
 

Uses of TextualCode in de.cau.cs.kieler.core.kexpressions
 

Subinterfaces of TextualCode in de.cau.cs.kieler.core.kexpressions
 interface TextExpression
          A representation of the model object 'Text Expression'.
 

Methods in de.cau.cs.kieler.core.kexpressions that return TextualCode
 TextualCode KExpressionsFactory.createTextualCode()
          Returns a new object of class 'Textual Code'.
 

Uses of TextualCode in de.cau.cs.kieler.core.kexpressions.impl
 

Classes in de.cau.cs.kieler.core.kexpressions.impl that implement TextualCode
 class TextExpressionImpl
          An implementation of the model object 'Text Expression'.
 class TextualCodeImpl
          An implementation of the model object 'Textual Code'.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return TextualCode
 TextualCode KExpressionsFactoryImpl.createTextualCode()
           
 

Uses of TextualCode in de.cau.cs.kieler.core.kexpressions.util
 

Methods in de.cau.cs.kieler.core.kexpressions.util with parameters of type TextualCode
 T KExpressionsSwitch.caseTextualCode(TextualCode object)
          Returns the result of interpreting the object as an instance of 'Textual Code'.
 

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

Subinterfaces of TextualCode in de.cau.cs.kieler.synccharts
 interface TextEffect
          A representation of the model object 'Text Effect'.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type TextualCode
 EList<TextualCode> Scope.getBodyText()
          Returns the value of the 'Body Text' containment reference list.
 

Uses of TextualCode in de.cau.cs.kieler.synccharts.diagram.edit.commands
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands with parameters of type TextualCode
protected  void TextualCodeCreateCommand.doConfigure(TextualCode newElement, IProgressMonitor monitor, IAdaptable info)
           
 

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

Classes in de.cau.cs.kieler.synccharts.impl that implement TextualCode
 class TextEffectImpl
          An implementation of the model object 'Text Effect'.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type TextualCode
protected  EList<TextualCode> ScopeImpl.bodyText
          The cached value of the 'Body Text' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type TextualCode
 EList<TextualCode> ScopeImpl.getBodyText()
           
 

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

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