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