public class DomainModelReferenceIterator extends Object implements Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
Settings
.Constructor and Description |
---|
DomainModelReferenceIterator(List<org.eclipse.emf.ecore.EReference> leftReferences,
org.eclipse.emf.ecore.EObject lastResolvedEObject,
org.eclipse.emf.ecore.EStructuralFeature domainModelFeature)
Constructor for the
DomainModelReferenceIterator . |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
org.eclipse.emf.ecore.EStructuralFeature.Setting |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public DomainModelReferenceIterator(List<org.eclipse.emf.ecore.EReference> leftReferences, org.eclipse.emf.ecore.EObject lastResolvedEObject, org.eclipse.emf.ecore.EStructuralFeature domainModelFeature)
DomainModelReferenceIterator
.leftReferences
- the references which could not be used in the normal resolve processlastResolvedEObject
- the last EObject
that was resolveddomainModelFeature
- the EStructuralFeature
which is referencedpublic void remove()
remove
in interface Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
Iterator.remove()
public org.eclipse.emf.ecore.EStructuralFeature.Setting next()
next
in interface Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
Iterator.next()
public boolean hasNext()
hasNext
in interface Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
Iterator.hasNext()
Copyright © 2019. All rights reserved.