|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.view.spi.rule.model.impl.LeafConditionSettingIterator
public class LeafConditionSettingIterator
Iterator that returns all settings of the condition's LeafCondition.getDomainModelReference()
and
LeafCondition.getValueDomainModelReference()
.
Constructor Summary | |
---|---|
LeafConditionSettingIterator(LeafCondition condition,
boolean includeNonValueRelatedSettings)
Constructs a new LeafConditionSettingIterator . |
Method Summary | |
---|---|
Set<VDomainModelReference> |
getUsedValueDomainModelReferences()
Returns the used VDomainModelReferences .
This map will contain all entries when the iterator has reached its end. |
boolean |
hasNext()
|
org.eclipse.emf.ecore.EStructuralFeature.Setting |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LeafConditionSettingIterator(LeafCondition condition, boolean includeNonValueRelatedSettings)
LeafConditionSettingIterator
.
condition
- the leaf conditionincludeNonValueRelatedSettings
- whether to include non value related settingsMethod Detail |
---|
public boolean hasNext()
hasNext
in interface Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
Iterator.hasNext()
public org.eclipse.emf.ecore.EStructuralFeature.Setting next()
next
in interface Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
Iterator.next()
public void remove()
remove
in interface Iterator<org.eclipse.emf.ecore.EStructuralFeature.Setting>
Iterator.remove()
public Set<VDomainModelReference> getUsedValueDomainModelReferences()
VDomainModelReferences
.
This map will contain all entries when the iterator has reached its end.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |