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

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

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

Methods in de.cau.cs.kieler.synccharts that return Assignment
 Assignment SyncchartsFactory.createAssignment()
          Returns a new object of class 'Assignment'.
 Assignment Expression.getParentAssignment()
          Returns the value of the 'Parent Assignment' container reference.
 

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

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

Classes in de.cau.cs.kieler.synccharts.impl that implement Assignment
 class AssignmentImpl
          An implementation of the model object 'Assignment'.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Assignment
 Assignment SyncchartsFactoryImpl.createAssignment()
           
 Assignment ExpressionImpl.getParentAssignment()
           
 Assignment HostCodeImpl.getParentAssignment()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Assignment
 NotificationChain ExpressionImpl.basicSetParentAssignment(Assignment newParentAssignment, NotificationChain msgs)
           
 NotificationChain HostCodeImpl.basicSetParentAssignment(Assignment newParentAssignment, NotificationChain msgs)
           
 void ExpressionImpl.setParentAssignment(Assignment newParentAssignment)
           
 void HostCodeImpl.setParentAssignment(Assignment newParentAssignment)
           
 

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

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