Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.ReferenceSlot
Packages that use ReferenceSlot
Package
Description
-
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.model
Methods in org.eclipse.epsilon.hutn.model that return ReferenceSlotModifier and TypeMethodDescriptionstatic ReferenceSlotHutnExtendedFactory.createReferenceSlot(String feature, ClassObject owner, org.eclipse.emf.common.util.EList<String> values) -
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.model.hutn
Methods in org.eclipse.epsilon.hutn.model.hutn that return ReferenceSlotModifier and TypeMethodDescriptionHutnFactory.createReferenceSlot()Returns a new object of class 'Reference Slot'.ClassObject.findOrCreateReferenceSlot(String feature) Finds a ReferenceSlot contained in this ClassObject with the specified feature. -
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.model.hutn.impl
Classes in org.eclipse.epsilon.hutn.model.hutn.impl that implement ReferenceSlotModifier and TypeClassDescriptionclassAn implementation of the model object 'Reference Slot'.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return ReferenceSlotModifier and TypeMethodDescriptionHutnFactoryImpl.createReferenceSlot()ClassObjectImpl.findOrCreateReferenceSlot(String feature) Finds a ReferenceSlot contained in this ClassObject with the specified feature. -
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.model.hutn.util
Methods in org.eclipse.epsilon.hutn.model.hutn.util with parameters of type ReferenceSlotModifier and TypeMethodDescriptionHutnSwitch.caseReferenceSlot(ReferenceSlot object) Returns the result of interpreting the object as an instance of 'Reference Slot'. -
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.xmi.coerce
Methods in org.eclipse.epsilon.hutn.xmi.coerce that return ReferenceSlot -
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.xmi.util
Methods in org.eclipse.epsilon.hutn.xmi.util with parameters of type ReferenceSlotModifier and TypeMethodDescriptionstatic voidHutnUtil.addValueToSlot(ReferenceSlot slot, String value)