public class EObjectConsumer extends Object implements IEObjectConsumer
| Constructor and Description |
|---|
EObjectConsumer(ITransientValueService transientValueService,
org.eclipse.emf.ecore.EObject described) |
| Modifier and Type | Method and Description |
|---|---|
IEObjectConsumer |
cloneAndConsume(String featureName) |
Object |
getConsumable(String featureName,
boolean allowDefault) |
org.eclipse.emf.ecore.EObject |
getEObject() |
Map<org.eclipse.emf.ecore.EStructuralFeature,Integer> |
getUnconsumed() |
boolean |
isConsumable(org.eclipse.emf.ecore.EStructuralFeature feature,
boolean allowDefault) |
boolean |
isConsumed() |
boolean |
isConsumedWithLastConsumtion(String featureName) |
boolean |
isInstanceOf(org.eclipse.emf.ecore.EClassifier classifier) |
String |
toString() |
public EObjectConsumer(ITransientValueService transientValueService, org.eclipse.emf.ecore.EObject described)
public IEObjectConsumer cloneAndConsume(String featureName)
cloneAndConsume in interface IEObjectConsumerpublic Object getConsumable(String featureName, boolean allowDefault)
getConsumable in interface IEObjectConsumerpublic org.eclipse.emf.ecore.EObject getEObject()
getEObject in interface IEObjectConsumerpublic Map<org.eclipse.emf.ecore.EStructuralFeature,Integer> getUnconsumed()
getUnconsumed in interface IEObjectConsumerpublic boolean isConsumable(org.eclipse.emf.ecore.EStructuralFeature feature,
boolean allowDefault)
public boolean isConsumed()
isConsumed in interface IEObjectConsumerpublic boolean isConsumedWithLastConsumtion(String featureName)
isConsumedWithLastConsumtion in interface IEObjectConsumerpublic boolean isInstanceOf(org.eclipse.emf.ecore.EClassifier classifier)
isInstanceOf in interface IEObjectConsumerclassifier - the
type as it is used within the grammar of the given languageCopyright © 2015. All Rights Reserved.