Class AbstractCoercionStrategy
java.lang.Object
org.eclipse.epsilon.hutn.xmi.coerce.AbstractCoercionStrategy
- Direct Known Subclasses:
PrimitiveCoercionStrategy
,ReferenceCoercionStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AttributeSlot
protected final org.eclipse.emf.common.util.EList<String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Slot<?>
coerce()
static AbstractCoercionStrategy
getCoercerFor
(AttributeSlot slot) abstract boolean
-
Field Details
-
slot
-
values
-
-
Constructor Details
-
AbstractCoercionStrategy
-
-
Method Details
-
isApplicable
public abstract boolean isApplicable() -
coerce
-
getCoercerFor
-