Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.ReferenceSlot
Package
Description
-
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.model
Modifier and TypeMethodDescriptionstatic ReferenceSlot
HutnExtendedFactory.createReferenceSlot
(String feature, ClassObject owner, org.eclipse.emf.common.util.EList<String> values) -
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.model.hutn
Modifier 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
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Reference Slot'.Modifier 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
Modifier 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
-
Uses of ReferenceSlot in org.eclipse.epsilon.hutn.xmi.util
Modifier and TypeMethodDescriptionstatic void
HutnUtil.addValueToSlot
(ReferenceSlot slot, String value)