Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.Slot
Packages that use Slot
Package
Description
-
Uses of Slot in org.eclipse.epsilon.hutn.model.hutn
Subinterfaces of Slot in org.eclipse.epsilon.hutn.model.hutnModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Attribute Slot'.interfaceA representation of the model object 'Class Object Slot'.interfaceA representation of the model object 'Containment Slot'.interfaceA representation of the model object 'Reference Slot'.Methods in org.eclipse.epsilon.hutn.model.hutn that return SlotModifier and TypeMethodDescriptionSlot<?>Finds a Slot contained in this ClassObject with the specified feature.Methods in org.eclipse.epsilon.hutn.model.hutn that return types with arguments of type Slot -
Uses of Slot in org.eclipse.epsilon.hutn.model.hutn.impl
Classes in org.eclipse.epsilon.hutn.model.hutn.impl that implement SlotModifier and TypeClassDescriptionclassAn implementation of the model object 'Attribute Slot'.classAn implementation of the model object 'Class Object Slot'.classAn implementation of the model object 'Containment Slot'.classAn implementation of the model object 'Reference Slot'.classSlotImpl<T>An implementation of the model object 'Slot'.Fields in org.eclipse.epsilon.hutn.model.hutn.impl with type parameters of type SlotModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Slot<?>>ClassObjectImpl.slotsThe cached value of the 'Slots' containment reference list.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return SlotModifier and TypeMethodDescriptionSlot<?>Finds an AttributeSlot contained in this ClassObject with the specified feature.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return types with arguments of type Slot -
Uses of Slot in org.eclipse.epsilon.hutn.model.hutn.util
Methods in org.eclipse.epsilon.hutn.model.hutn.util with parameters of type Slot -
Uses of Slot in org.eclipse.epsilon.hutn.xmi.coerce
Methods in org.eclipse.epsilon.hutn.xmi.coerce that return SlotModifier and TypeMethodDescriptionabstract Slot<?>AbstractCoercionStrategy.coerce()Slot<?>SlotCoercer.coerce(AttributeSlot slot) -
Uses of Slot in org.eclipse.epsilon.hutn.xmi.util
Methods in org.eclipse.epsilon.hutn.xmi.util that return SlotModifier and TypeMethodDescriptionstatic Slot<?>HutnUtil.determineSlotFromMetaFeature(ClassObject classObject, String featureName) Methods in org.eclipse.epsilon.hutn.xmi.util with parameters of type SlotModifier and TypeMethodDescriptionstatic voidHutnUtil.addValueToSlot(Slot<?> slot, String value)