Uses of Class
org.eclipse.epsilon.flock.emc.wrappers.ModelValue
-
Packages that use ModelValue Package Description org.eclipse.epsilon.flock.context org.eclipse.epsilon.flock.emc.wrappers -
-
Uses of ModelValue in org.eclipse.epsilon.flock.context
Methods in org.eclipse.epsilon.flock.context that return ModelValue Modifier and Type Method Description ModelValue<?>
ConservativeCopyContext. getEquivalentValue(ModelValue<?> originalValue)
Methods in org.eclipse.epsilon.flock.context with parameters of type ModelValue Modifier and Type Method Description ModelValue<?>
ConservativeCopyContext. getEquivalentValue(ModelValue<?> originalValue)
-
Uses of ModelValue in org.eclipse.epsilon.flock.emc.wrappers
Subclasses of ModelValue in org.eclipse.epsilon.flock.emc.wrappers Modifier and Type Class Description class
BackedModelValue<UnwrappedType>
An implementation of ModelValue that is backed by an underlying Java object, which represents a model value.class
ModelElement
Methods in org.eclipse.epsilon.flock.emc.wrappers that return ModelValue Modifier and Type Method Description ModelValue<?>
ModelElement. getEquivalentIn(Model model, ConservativeCopyContext context)
abstract ModelValue<?>
ModelValue. getEquivalentIn(Model model, ConservativeCopyContext context)
ModelValue<?>
ModelElement. getValueOfProperty(String property)
ModelValue<?>
Model. wrap(Object value)
Methods in org.eclipse.epsilon.flock.emc.wrappers with parameters of type ModelValue Modifier and Type Method Description void
ModelElement. conservativelySetValueForProperty(ModelValue<?> equivalentValue, String propertyName, ConservativeCopyContext context)
-