g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.sweep.SweepType

Packages that use SweepType
eu.geclipse.jsdl   
eu.geclipse.jsdl.model.sweep   
eu.geclipse.jsdl.model.sweep.impl   
eu.geclipse.jsdl.model.sweep.util   
eu.geclipse.jsdl.model.sweep.validation   
eu.geclipse.jsdl.ui.adapters.jsdl   
 

Uses of SweepType in eu.geclipse.jsdl
 

Methods in eu.geclipse.jsdl that return SweepType
 SweepType JSDLJobDescriptionModel.addIndependentSweep(java.lang.String refParamName, java.lang.String sweepParamName)
          Method to add parameter definition of a sweep changing independently from referenced element (values will be sweep after all values of referenced parameter were substituted).
 SweepType JSDLJobDescriptionModel.addInnerSweep(java.lang.String refParamName, java.lang.String sweepParamName)
          Method to add parameter definition of a sweep changing for each change of referenced element (inner sweep loop).
 SweepType JSDLJobDescriptionModel.addSweepOnTheSameLevel(java.lang.String refParamName, java.lang.String sweepParamName)
          Method to add parameter definition of a sweep changing with referenced element (sweep on the same level).
 

Uses of SweepType in eu.geclipse.jsdl.model.sweep
 

Methods in eu.geclipse.jsdl.model.sweep that return SweepType
 SweepType SweepFactory.createSweepType()
          Returns a new object of class 'Type'
 SweepType DocumentRoot.getSweep()
          Returns the value of the 'Sweep' containment reference
 

Methods in eu.geclipse.jsdl.model.sweep with parameters of type SweepType
 void DocumentRoot.setSweep(SweepType value)
          Sets the value of the 'Sweep' containment reference
 

Uses of SweepType in eu.geclipse.jsdl.model.sweep.impl
 

Classes in eu.geclipse.jsdl.model.sweep.impl that implement SweepType
 class SweepTypeImpl
          An implementation of the model object 'Type'
 

Methods in eu.geclipse.jsdl.model.sweep.impl that return SweepType
 SweepType SweepFactoryImpl.createSweepType()
           
 SweepType DocumentRootImpl.getSweep()
           
 

Methods in eu.geclipse.jsdl.model.sweep.impl with parameters of type SweepType
 NotificationChain DocumentRootImpl.basicSetSweep(SweepType newSweep, NotificationChain msgs)
           
 void DocumentRootImpl.setSweep(SweepType newSweep)
           
 

Uses of SweepType in eu.geclipse.jsdl.model.sweep.util
 

Methods in eu.geclipse.jsdl.model.sweep.util with parameters of type SweepType
 java.lang.Object SweepSwitch.caseSweepType(SweepType object)
          Returns the result of interpreting the object as an instance of 'Type'
 

Uses of SweepType in eu.geclipse.jsdl.model.sweep.validation
 

Methods in eu.geclipse.jsdl.model.sweep.validation with parameters of type SweepType
 boolean DocumentRootValidator.validateSweep(SweepType value)
           
 

Uses of SweepType in eu.geclipse.jsdl.ui.adapters.jsdl
 

Methods in eu.geclipse.jsdl.ui.adapters.jsdl that return SweepType
 SweepType ParametricJobAdapter.createNewSweepType(java.lang.String parameter)
           
 SweepType ParametricJobAdapter.findSweepElement(java.lang.String name, java.util.List<SweepType> sweepList)
           
 

Method parameters in eu.geclipse.jsdl.ui.adapters.jsdl with type arguments of type SweepType
 SweepType ParametricJobAdapter.findSweepElement(java.lang.String name, java.util.List<SweepType> sweepList)
           
 java.util.List<java.lang.String> ParametricJobAdapter.getValuesForParameter(java.lang.String paramName, java.util.List<SweepType> sweepList)
           
 


g-Eclipse
Release 1.0.0