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

Packages that use Region
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.diagram.custom.commands   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
de.cau.cs.kieler.synccharts.util   
 

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 Signal.getParentRegion()
          Returns the value of the 'Parent Region' container reference.
 Region State.getParentRegion()
          Returns the value of the 'Parent Region' container reference.
 Region Variable.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 Signal.setParentRegion(Region value)
          Sets the value of the 'Parent Region' container reference.
 void State.setParentRegion(Region value)
          Sets the value of the 'Parent Region' container reference.
 void Variable.setParentRegion(Region value)
          Sets the value of the 'Parent Region' container reference.
 

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

Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands that return Region
static Region Utils.getRegionFromClipboard()
          Get a region from the clipboard.
 

Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands that return types with arguments of type Region
static List<Region> Utils.getRegionsFromClipboard()
          Get a list of regions from the clipboard.
 

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 RegionCreateCommand.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 SignalImpl.getParentRegion()
           
 Region StateImpl.getParentRegion()
           
 Region VariableImpl.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 SignalImpl.basicSetParentRegion(Region newParentRegion, NotificationChain msgs)
           
 NotificationChain StateImpl.basicSetParentRegion(Region newParentRegion, NotificationChain msgs)
           
 NotificationChain VariableImpl.basicSetParentRegion(Region newParentRegion, NotificationChain msgs)
           
 void SignalImpl.setParentRegion(Region newParentRegion)
           
 void StateImpl.setParentRegion(Region newParentRegion)
           
 void VariableImpl.setParentRegion(Region newParentRegion)
           
 

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'.