g-Eclipse
Release 1.0.0

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

Packages that use AssignmentType
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 AssignmentType in eu.geclipse.jsdl.model.sweep
 

Methods in eu.geclipse.jsdl.model.sweep that return AssignmentType
 AssignmentType SweepFactory.createAssignmentType()
          Returns a new object of class 'Assignment Type'
 AssignmentType DocumentRoot.getAssignment()
          Returns the value of the 'Assignment' containment reference
 

Methods in eu.geclipse.jsdl.model.sweep with parameters of type AssignmentType
 void DocumentRoot.setAssignment(AssignmentType value)
          Sets the value of the 'Assignment' containment reference
 

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

Classes in eu.geclipse.jsdl.model.sweep.impl that implement AssignmentType
 class AssignmentTypeImpl
          An implementation of the model object 'Assignment Type'
 

Methods in eu.geclipse.jsdl.model.sweep.impl that return AssignmentType
 AssignmentType SweepFactoryImpl.createAssignmentType()
           
 AssignmentType DocumentRootImpl.getAssignment()
           
 

Methods in eu.geclipse.jsdl.model.sweep.impl with parameters of type AssignmentType
 NotificationChain DocumentRootImpl.basicSetAssignment(AssignmentType newAssignment, NotificationChain msgs)
           
 void DocumentRootImpl.setAssignment(AssignmentType newAssignment)
           
 

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

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

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

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

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

Methods in eu.geclipse.jsdl.ui.adapters.jsdl that return AssignmentType
 AssignmentType ParametricJobAdapter.createNewAssignmentType(java.lang.String parameter)
           
 

Methods in eu.geclipse.jsdl.ui.adapters.jsdl with parameters of type AssignmentType
 void ParametricJobAdapter.setFunctionValues(AssignmentType assignment, java.util.List<java.lang.String> values)
           
 


g-Eclipse
Release 1.0.0