Class BackedModelValue<UnwrappedType>
java.lang.Object
org.eclipse.epsilon.flock.emc.wrappers.ModelValue<UnwrappedType>
org.eclipse.epsilon.flock.emc.wrappers.BackedModelValue<UnwrappedType>
- Direct Known Subclasses:
ModelElement
An implementation of ModelValue that is backed by an underlying
Java object, which represents a model value.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
BackedModelValue
(Model model, UnwrappedType underlyingModelObject) -
Method Summary
Methods inherited from class org.eclipse.epsilon.flock.emc.wrappers.ModelValue
createReadOnlyVariable, getEquivalentIn, getUnwrappedEquivalentIn
-
Field Details
-
model
-
underlyingModelObject
-
-
Constructor Details
-
BackedModelValue
-
-
Method Details
-
unwrap
- Specified by:
unwrap
in classModelValue<UnwrappedType>
-
equals
- Specified by:
equals
in classModelValue<UnwrappedType>
-
hashCode
public int hashCode()- Specified by:
hashCode
in classModelValue<UnwrappedType>
-
toString
- Specified by:
toString
in classModelValue<UnwrappedType>
-