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

Packages that use Region
de.cau.cs.kieler.kies.transformation Contains code responsible for executing a esterel to synccharts transformation. 
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.codegen.esterel.xtend   
de.cau.cs.kieler.synccharts.diagram.custom.commands Copy and paste for the synccharts diagram editor. 
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.ksbase.util Contains utility classes mostly with JAVA escapes for xtend. 
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
de.cau.cs.kieler.synccharts.util   
 

Uses of Region in de.cau.cs.kieler.kies.transformation
 

Fields in de.cau.cs.kieler.kies.transformation declared as Region
protected  Region AbstractTransformationDataComponent.rootRegion
          root region of the current resource.
 

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

Methods in de.cau.cs.kieler.synccharts that return Region
 Region SyncchartsFactory.createRegion()
          Returns a new object of class 'Region'.
 Region State.getParentRegion()
          Returns the value of the 'Parent Region' container reference.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Region
 EList<Region> State.getRegions()
          Returns the value of the 'Regions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type Region
 void State.setParentRegion(Region value)
          Sets the value of the 'Parent Region' container reference.
 

Uses of Region in de.cau.cs.kieler.synccharts.codegen.esterel.xtend
 

Methods in de.cau.cs.kieler.synccharts.codegen.esterel.xtend with parameters of type Region
 Program Synccharts2Esterel.transform(Region root)
           
 

Uses of Region in de.cau.cs.kieler.synccharts.diagram.custom.commands
 

Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands that return types with arguments of type Region
static List<Region> Utils.getRegionsFromClipboard(Collection<Region> regionsClipBoard, Collection<Region> copy)
          Prepare a list of regions to be ready for insertion using xtend.
 

Method parameters in de.cau.cs.kieler.synccharts.diagram.custom.commands with type arguments of type Region
static List<Region> Utils.getRegionsFromClipboard(Collection<Region> regionsClipBoard, Collection<Region> copy)
          Prepare a list of regions to be ready for insertion using xtend.
static List<Region> Utils.getRegionsFromClipboard(Collection<Region> regionsClipBoard, Collection<Region> copy)
          Prepare a list of regions to be ready for insertion using xtend.
 

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

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

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

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

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Region
protected  EList<Region> StateImpl.regions
          The cached value of the 'Regions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Region
 Region SyncchartsFactoryImpl.createRegion()
           
 Region StateImpl.getParentRegion()
           
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Region
 EList<Region> StateImpl.getRegions()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Region
 NotificationChain StateImpl.basicSetParentRegion(Region newParentRegion, NotificationChain msgs)
           
 void StateImpl.setParentRegion(Region newParentRegion)
           
 

Uses of Region in de.cau.cs.kieler.synccharts.ksbase.util
 

Methods in de.cau.cs.kieler.synccharts.ksbase.util that return types with arguments of type Region
static List<Region> FixSyncChartUtils.getRegionList()
           
 

Methods in de.cau.cs.kieler.synccharts.ksbase.util with parameters of type Region
static void FixSyncChartUtils.generateRegionId(Region region)
          Generate a unique id for the region.
 

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

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type Region
static int XtendJava.getPortType(Signal signal, Region region)
          Builds the trigger of a Transition.
static boolean XtendJava.isInputPort(Signal signal, Region region)
           
static boolean XtendJava.isOutputPort(Signal signal, Region region)
           
 

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

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