XPRMDependencies
- java.lang.Object
-  
  - com.dashoptimization.XPRMDependencies
 
-  
   - All Implemented Interfaces:
- java.util.Iterator
 
 
 public class XPRMDependencies extends java.lang.Object implements java.util.IteratorIterator to enumerate dependencies (modules+packages) of a model.
-  
    
   -  
        Method SummaryModifier and Type Method and Description booleanhasNext()Check whether all dependencies have been enumerated.java.lang.Objectnext()Next dependency.voidremove()Not supported.
 
-  
        
-  
    
   -  
        Method Detail-  hasNextpublic boolean hasNext() Check whether all dependencies have been enumerated.- Specified by:
- 
         hasNextin interfacejava.util.Iterator
- Returns:
- 
         trueif not all dependencies have been enumerated
 
 -  nextpublic java.lang.Object next() Next dependency.- Specified by:
- 
         nextin interfacejava.util.Iterator
- Returns:
- 
         The next dependency as a 
         XPRMDependency
- Throws:
- 
         java.util.NoSuchElementException- If all dependencies have already been returned.
 
 -  removepublic void remove() Not supported.- Specified by:
- 
         removein interfacejava.util.Iterator
- Throws:
- 
         java.lang.UnsupportedOperationException- always thrown
 
 
-  
 
-  
        
 
