public interface IEObjectConsumer
| Modifier and Type | Method and Description |
|---|---|
IEObjectConsumer |
cloneAndConsume(String feature) |
Object |
getConsumable(String feature,
boolean allowDefault) |
org.eclipse.emf.ecore.EObject |
getEObject() |
Map<org.eclipse.emf.ecore.EStructuralFeature,Integer> |
getUnconsumed() |
boolean |
isConsumed() |
boolean |
isConsumedWithLastConsumtion(String feature) |
boolean |
isInstanceOf(org.eclipse.emf.ecore.EClassifier classifier) |
IEObjectConsumer cloneAndConsume(String feature)
org.eclipse.emf.ecore.EObject getEObject()
boolean isConsumed()
boolean isConsumedWithLastConsumtion(String feature)
boolean isInstanceOf(org.eclipse.emf.ecore.EClassifier classifier)
classifier - the
type as it is used within the grammar of the given languageCopyright © 2015. All Rights Reserved.