Interface ReferenceSlot
-
- All Superinterfaces:
ClassObjectSlot<String>
,org.eclipse.emf.ecore.EObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
,Slot<String>
- All Known Implementing Classes:
ReferenceSlotImpl
public interface ReferenceSlot extends ClassObjectSlot<String>
A representation of the model object 'Reference Slot'.- See Also:
HutnPackage.getReferenceSlot()
-
-
Method Summary
-
Methods inherited from interface org.eclipse.epsilon.hutn.model.hutn.ClassObjectSlot
addClassObject, getClassObjects, setClassObjects
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.epsilon.hutn.model.hutn.ModelElement
getCol, getLine, setCol, setLine
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.eclipse.epsilon.hutn.model.hutn.Slot
compatibleWith, getEStructuralFeature, getFeature, getOwner, getValues, hasEStructuralFeature, multiplicityCompatibleWith, setFeature, setOwner, setValues, typeCompatibleWith
-
-