Class DomainModelReferenceIterator

  • All Implemented Interfaces:
    java.util.Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>

    public class DomainModelReferenceIterator
    extends java.lang.Object
    implements java.util.Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
    Class for the DomainModelReferenceIterator which iterates over all found Settings.
    Since:
    1.2
    Author:
    Eugen Neufeld
    • Constructor Summary

      Constructors 
      Constructor Description
      DomainModelReferenceIterator​(java.util.List<org.eclipse.emf.ecore.EReference> leftReferences, org.eclipse.emf.ecore.EObject lastResolvedEObject, org.eclipse.emf.ecore.EStructuralFeature domainModelFeature)
      Constructor for the DomainModelReferenceIterator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()
      org.eclipse.emf.ecore.EStructuralFeature.Setting next()
      void remove()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Constructor Detail

      • DomainModelReferenceIterator

        public DomainModelReferenceIterator​(java.util.List<org.eclipse.emf.ecore.EReference> leftReferences,
                                            org.eclipse.emf.ecore.EObject lastResolvedEObject,
                                            org.eclipse.emf.ecore.EStructuralFeature domainModelFeature)
        Constructor for the DomainModelReferenceIterator.
        Parameters:
        leftReferences - the references which could not be used in the normal resolve process
        lastResolvedEObject - the last EObject that was resolved
        domainModelFeature - the EStructuralFeature which is referenced
    • Method Detail

      • remove

        public void remove()
        Specified by:
        remove in interface java.util.Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
        See Also:
        Iterator.remove()
      • next

        public org.eclipse.emf.ecore.EStructuralFeature.Setting next()
        Specified by:
        next in interface java.util.Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
        See Also:
        Iterator.next()
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
        See Also:
        Iterator.hasNext()