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

Packages that use Expression
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
de.cau.cs.kieler.synccharts.util   
 

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

Subinterfaces of Expression in de.cau.cs.kieler.synccharts
 interface BooleanValue
          A representation of the model object 'Boolean Value'.
 interface ComplexExpression
          A representation of the model object 'Complex Expression'.
 interface FloatValue
          A representation of the model object 'Float Value'.
 interface HostCode
          A representation of the model object 'Host Code'.
 interface IntValue
          A representation of the model object 'Int Value'.
 interface SignalReference
          A representation of the model object 'Signal Reference'.
 interface Value
          A representation of the model object 'Value'.
 interface VariableReference
          A representation of the model object 'Variable Reference'.
 

Methods in de.cau.cs.kieler.synccharts that return Expression
 Expression SyncchartsFactory.createExpression()
          Returns a new object of class 'Expression'.
 Expression Assignment.getExpression()
          Returns the value of the 'Expression' containment reference.
 Expression Emission.getNewValue()
          Returns the value of the 'New Value' containment reference.
 Expression Action.getTrigger()
          Returns the value of the 'Trigger' containment reference.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Expression
 EList<Expression> ComplexExpression.getSubExpressions()
          Returns the value of the 'Sub Expressions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type Expression
 void Assignment.setExpression(Expression value)
          Sets the value of the 'Expression' containment reference.
 void Emission.setNewValue(Expression value)
          Sets the value of the 'New Value' containment reference.
 void Action.setTrigger(Expression value)
          Sets the value of the 'Trigger' containment reference.
 

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

Classes in de.cau.cs.kieler.synccharts.impl that implement Expression
 class BooleanValueImpl
          An implementation of the model object 'Boolean Value'.
 class ComplexExpressionImpl
          An implementation of the model object 'Complex Expression'.
 class ExpressionImpl
          An implementation of the model object 'Expression'.
 class FloatValueImpl
          An implementation of the model object 'Float Value'.
 class HostCodeImpl
          An implementation of the model object 'Host Code'.
 class IntValueImpl
          An implementation of the model object 'Int Value'.
 class SignalReferenceImpl
          An implementation of the model object 'Signal Reference'.
 class ValueImpl
          An implementation of the model object 'Value'.
 class VariableReferenceImpl
          An implementation of the model object 'Variable Reference'.
 

Fields in de.cau.cs.kieler.synccharts.impl declared as Expression
protected  Expression AssignmentImpl.expression
          The cached value of the 'Expression' containment reference.
protected  Expression EmissionImpl.newValue
          The cached value of the 'New Value' containment reference.
protected  Expression ActionImpl.trigger
          The cached value of the 'Trigger' containment reference.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Expression
protected  EList<Expression> ComplexExpressionImpl.subExpressions
          The cached value of the 'Sub Expressions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Expression
 Expression SyncchartsFactoryImpl.createExpression()
           
 Expression AssignmentImpl.getExpression()
           
 Expression EmissionImpl.getNewValue()
           
 Expression ActionImpl.getTrigger()
           
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Expression
 EList<Expression> ComplexExpressionImpl.getSubExpressions()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Expression
 NotificationChain AssignmentImpl.basicSetExpression(Expression newExpression, NotificationChain msgs)
           
 NotificationChain EmissionImpl.basicSetNewValue(Expression newNewValue, NotificationChain msgs)
           
 NotificationChain ActionImpl.basicSetTrigger(Expression newTrigger, NotificationChain msgs)
           
 void AssignmentImpl.setExpression(Expression newExpression)
           
 void EmissionImpl.setNewValue(Expression newNewValue)
           
 void ActionImpl.setTrigger(Expression newTrigger)
           
 

Uses of Expression in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type Expression
static String XtendJava.buildExpression(Expression expression)
           
static String XtendJava.buildTrigger(Expression expression, String terminatedURIHash)
           
 

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

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