Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.AttributeSlot
Packages that use AttributeSlot
Package
Description
-
Uses of AttributeSlot in org.eclipse.epsilon.hutn.model.hutn
Methods in org.eclipse.epsilon.hutn.model.hutn that return AttributeSlotModifier 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
Classes in org.eclipse.epsilon.hutn.model.hutn.impl that implement AttributeSlotModifier and TypeClassDescriptionclassAn implementation of the model object 'Attribute Slot'.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return AttributeSlotModifier 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
Methods in org.eclipse.epsilon.hutn.model.hutn.util with parameters of type AttributeSlotModifier 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
Fields in org.eclipse.epsilon.hutn.xmi.coerce declared as AttributeSlotMethods in org.eclipse.epsilon.hutn.xmi.coerce that return AttributeSlotMethods in org.eclipse.epsilon.hutn.xmi.coerce with parameters of type AttributeSlotModifier and TypeMethodDescriptionSlot<?>SlotCoercer.coerce(AttributeSlot slot) static AbstractCoercionStrategyAbstractCoercionStrategy.getCoercerFor(AttributeSlot slot) Constructors in org.eclipse.epsilon.hutn.xmi.coerce with parameters of type AttributeSlotModifierConstructorDescription -
Uses of AttributeSlot in org.eclipse.epsilon.hutn.xmi.util
Methods in org.eclipse.epsilon.hutn.xmi.util with parameters of type AttributeSlotModifier and TypeMethodDescriptionstatic voidHutnUtil.addValueToSlot(AttributeSlot slot, String value)