Uses of Interface
de.cau.cs.kieler.synccharts.ComplexExpression

Packages that use ComplexExpression
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.util   
 

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

Methods in de.cau.cs.kieler.synccharts that return ComplexExpression
 ComplexExpression SyncchartsFactory.createComplexExpression()
          Returns a new object of class 'Complex Expression'.
 ComplexExpression Expression.getParentExpression()
          Returns the value of the 'Parent Expression' container reference.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type ComplexExpression
 void Expression.setParentExpression(ComplexExpression value)
          Sets the value of the 'Parent Expression' container reference.
 

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

Classes in de.cau.cs.kieler.synccharts.impl that implement ComplexExpression
 class ComplexExpressionImpl
          An implementation of the model object 'Complex Expression'.
 

Methods in de.cau.cs.kieler.synccharts.impl that return ComplexExpression
 ComplexExpression SyncchartsFactoryImpl.createComplexExpression()
           
 ComplexExpression ExpressionImpl.getParentExpression()
           
 ComplexExpression HostCodeImpl.getParentExpression()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type ComplexExpression
 NotificationChain ExpressionImpl.basicSetParentExpression(ComplexExpression newParentExpression, NotificationChain msgs)
           
 NotificationChain HostCodeImpl.basicSetParentExpression(ComplexExpression newParentExpression, NotificationChain msgs)
           
 void ExpressionImpl.setParentExpression(ComplexExpression newParentExpression)
           
 void HostCodeImpl.setParentExpression(ComplexExpression newParentExpression)
           
 

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

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