g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.model.qdl.RangeValueType

Packages that use RangeValueType
eu.geclipse.batch   
eu.geclipse.batch.model.qdl   
eu.geclipse.batch.model.qdl.impl   
eu.geclipse.batch.model.qdl.util   
eu.geclipse.batch.model.qdl.validation   
 

Uses of RangeValueType in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return RangeValueType
 RangeValueType BatchQueueDescription.getQueueMaxCPUTime()
           
 RangeValueType BatchQueueDescription.getQueueMaxWallTime()
           
 

Uses of RangeValueType in eu.geclipse.batch.model.qdl
 

Methods in eu.geclipse.batch.model.qdl that return RangeValueType
 RangeValueType QdlFactory.createRangeValueType()
          Returns a new object of class 'Range Value Type'
 RangeValueType QueueType.getCPUTimeLimit()
          Returns the value of the 'CPU Time Limit' containment reference
 RangeValueType DocumentRoot.getCPUTimeLimit()
          Returns the value of the 'CPU Time Limit' containment reference
 RangeValueType QueueType.getWallTimeLimit()
          Returns the value of the 'Wall Time Limit' containment reference
 RangeValueType DocumentRoot.getWallTimeLimit()
          Returns the value of the 'Wall Time Limit' containment reference
 

Methods in eu.geclipse.batch.model.qdl with parameters of type RangeValueType
 void QueueType.setCPUTimeLimit(RangeValueType value)
          Sets the value of the 'CPU Time Limit' containment reference
 void DocumentRoot.setCPUTimeLimit(RangeValueType value)
          Sets the value of the 'CPU Time Limit' containment reference
 void QueueType.setWallTimeLimit(RangeValueType value)
          Sets the value of the 'Wall Time Limit' containment reference
 void DocumentRoot.setWallTimeLimit(RangeValueType value)
          Sets the value of the 'Wall Time Limit' containment reference
 

Uses of RangeValueType in eu.geclipse.batch.model.qdl.impl
 

Classes in eu.geclipse.batch.model.qdl.impl that implement RangeValueType
 class RangeValueTypeImpl
          An implementation of the model object 'Range Value Type'
 

Methods in eu.geclipse.batch.model.qdl.impl that return RangeValueType
 RangeValueType QdlFactoryImpl.createRangeValueType()
           
 RangeValueType QueueTypeImpl.getCPUTimeLimit()
           
 RangeValueType DocumentRootImpl.getCPUTimeLimit()
           
 RangeValueType QueueTypeImpl.getWallTimeLimit()
           
 RangeValueType DocumentRootImpl.getWallTimeLimit()
           
 

Methods in eu.geclipse.batch.model.qdl.impl with parameters of type RangeValueType
 NotificationChain QueueTypeImpl.basicSetCPUTimeLimit(RangeValueType newCPUTimeLimit, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetCPUTimeLimit(RangeValueType newCPUTimeLimit, NotificationChain msgs)
           
 NotificationChain QueueTypeImpl.basicSetWallTimeLimit(RangeValueType newWallTimeLimit, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetWallTimeLimit(RangeValueType newWallTimeLimit, NotificationChain msgs)
           
 void QueueTypeImpl.setCPUTimeLimit(RangeValueType newCPUTimeLimit)
           
 void DocumentRootImpl.setCPUTimeLimit(RangeValueType newCPUTimeLimit)
           
 void QueueTypeImpl.setWallTimeLimit(RangeValueType newWallTimeLimit)
           
 void DocumentRootImpl.setWallTimeLimit(RangeValueType newWallTimeLimit)
           
 

Uses of RangeValueType in eu.geclipse.batch.model.qdl.util
 

Methods in eu.geclipse.batch.model.qdl.util with parameters of type RangeValueType
 T QdlSwitch.caseRangeValueType(RangeValueType object)
          Returns the result of interpreting the object as an instance of 'Range Value Type'
 

Uses of RangeValueType in eu.geclipse.batch.model.qdl.validation
 

Methods in eu.geclipse.batch.model.qdl.validation with parameters of type RangeValueType
 boolean QueueTypeValidator.validateAssignedResources(RangeValueType value)
           
 boolean DocumentRootValidator.validateAssignedResources(RangeValueType value)
           
 boolean QueueTypeValidator.validateCPUTimeLimit(RangeValueType value)
           
 boolean DocumentRootValidator.validateCPUTimeLimit(RangeValueType value)
           
 boolean QueueTypeValidator.validateJobsInQueue(RangeValueType value)
           
 boolean DocumentRootValidator.validateJobsInQueue(RangeValueType value)
           
 boolean QueueTypeValidator.validatePriority(RangeValueType value)
           
 boolean DocumentRootValidator.validatePriority(RangeValueType value)
           
 boolean QueueTypeValidator.validateRunningJobs(RangeValueType value)
           
 boolean DocumentRootValidator.validateRunningJobs(RangeValueType value)
           
 boolean QueueTypeValidator.validateWallTimeLimit(RangeValueType value)
           
 boolean DocumentRootValidator.validateWallTimeLimit(RangeValueType value)
           
 


g-Eclipse
Release 1.0.0