Uses of Interface
org.eclipse.amp.amf.parameters.aPar.SweepLink

Packages that use SweepLink
org.eclipse.amp.amf.parameters.aPar   
org.eclipse.amp.amf.parameters.aPar.impl   
org.eclipse.amp.amf.parameters.aPar.util   
 

Uses of SweepLink in org.eclipse.amp.amf.parameters.aPar
 

Methods in org.eclipse.amp.amf.parameters.aPar that return SweepLink
 SweepLink AParFactory.createSweepLink()
          Returns a new object of class 'Sweep Link'.
 

Uses of SweepLink in org.eclipse.amp.amf.parameters.aPar.impl
 

Classes in org.eclipse.amp.amf.parameters.aPar.impl that implement SweepLink
 class SweepLinkImpl
          An implementation of the model object 'Sweep Link'.
 

Methods in org.eclipse.amp.amf.parameters.aPar.impl that return SweepLink
 SweepLink AParFactoryImpl.createSweepLink()
           
 

Uses of SweepLink in org.eclipse.amp.amf.parameters.aPar.util
 

Methods in org.eclipse.amp.amf.parameters.aPar.util with parameters of type SweepLink
 T AParSwitch.caseSweepLink(SweepLink object)
          Returns the result of interpreting the object as an instance of 'Sweep Link'.