Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.AttributeSlot
Package
Description
-
Uses of AttributeSlot in org.eclipse.epsilon.hutn.model.hutn
Modifier and TypeMethodDescriptionHutnFactory.createAttributeSlot()
Returns a new object of class 'Attribute Slot'.ClassObject.findOrCreateAttributeSlot
(String feature) Finds an AttributeSlot contained in this ClassObject with the specified feature. -
Uses of AttributeSlot in org.eclipse.epsilon.hutn.model.hutn.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Attribute Slot'.Modifier and TypeMethodDescriptionHutnFactoryImpl.createAttributeSlot()
ClassObjectImpl.findOrCreateAttributeSlot
(String feature) Finds an AttributeSlot contained in this ClassObject with the specified feature. -
Uses of AttributeSlot in org.eclipse.epsilon.hutn.model.hutn.util
Modifier and TypeMethodDescriptionHutnSwitch.caseAttributeSlot
(AttributeSlot object) Returns the result of interpreting the object as an instance of 'Attribute Slot'. -
Uses of AttributeSlot in org.eclipse.epsilon.hutn.xmi.coerce
Modifier and TypeMethodDescriptionSlot<?>
SlotCoercer.coerce
(AttributeSlot slot) static AbstractCoercionStrategy
AbstractCoercionStrategy.getCoercerFor
(AttributeSlot slot) ModifierConstructorDescription -
Uses of AttributeSlot in org.eclipse.epsilon.hutn.xmi.util
Modifier and TypeMethodDescriptionstatic void
HutnUtil.addValueToSlot
(AttributeSlot slot, String value)