Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.ContainmentSlot
Packages that use ContainmentSlot
Package
Description
-
Uses of ContainmentSlot in org.eclipse.epsilon.hutn.model.hutn
Methods in org.eclipse.epsilon.hutn.model.hutn that return ContainmentSlotModifier and TypeMethodDescriptionHutnFactory.createContainmentSlot()Returns a new object of class 'Containment Slot'.ClassObject.findOrCreateContainmentSlot(String feature) Finds a ContainmentSlot contained in this ClassObject with the specified feature. -
Uses of ContainmentSlot in org.eclipse.epsilon.hutn.model.hutn.impl
Classes in org.eclipse.epsilon.hutn.model.hutn.impl that implement ContainmentSlotModifier and TypeClassDescriptionclassAn implementation of the model object 'Containment Slot'.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return ContainmentSlotModifier and TypeMethodDescriptionHutnFactoryImpl.createContainmentSlot()ClassObjectImpl.findOrCreateContainmentSlot(String feature) Finds a ContainmentSlot contained in this ClassObject with the specified feature. -
Uses of ContainmentSlot in org.eclipse.epsilon.hutn.model.hutn.util
Methods in org.eclipse.epsilon.hutn.model.hutn.util with parameters of type ContainmentSlotModifier and TypeMethodDescriptionHutnSwitch.caseContainmentSlot(ContainmentSlot object) Returns the result of interpreting the object as an instance of 'Containment Slot'.