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

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

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

Methods in de.cau.cs.kieler.synccharts that return HostCode
 HostCode SyncchartsFactory.createHostCode()
          Returns a new object of class 'Host Code'.
 

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

Classes in de.cau.cs.kieler.synccharts.impl that implement HostCode
 class HostCodeImpl
          An implementation of the model object 'Host Code'.
 

Methods in de.cau.cs.kieler.synccharts.impl that return HostCode
 HostCode SyncchartsFactoryImpl.createHostCode()
           
 

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

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