Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.ClassObject
Packages that use ClassObject
Package
Description
-
Uses of ClassObject in org.eclipse.epsilon.hutn.model
Methods in org.eclipse.epsilon.hutn.model with parameters of type ClassObjectModifier and TypeMethodDescriptionstatic ReferenceSlot
HutnExtendedFactory.createReferenceSlot
(String feature, ClassObject owner, org.eclipse.emf.common.util.EList<String> values) -
Uses of ClassObject in org.eclipse.epsilon.hutn.model.hutn
Methods in org.eclipse.epsilon.hutn.model.hutn that return ClassObjectModifier and TypeMethodDescriptionHutnFactory.createClassObject()
Returns a new object of class 'Class Object'.Slot.getOwner()
Returns the value of the 'Owner' container reference.Methods in org.eclipse.epsilon.hutn.model.hutn that return types with arguments of type ClassObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ClassObject>
ClassObjectSlot.getClassObjects()
Returns a list of the class objects in this slot.org.eclipse.emf.common.util.EList<ClassObject>
ContainmentSlot.getClassObjects()
Returns the value of the 'Class Objects' containment reference list.org.eclipse.emf.common.util.EList<ClassObject>
PackageObject.getClassObjects()
Returns the value of the 'Class Objects' containment reference list.Methods in org.eclipse.epsilon.hutn.model.hutn with parameters of type ClassObjectModifier and TypeMethodDescriptionvoid
ClassObjectSlot.addClassObject
(ClassObject classObject) void
Slot.setOwner
(ClassObject value) Sets the value of the 'Owner
' container reference.Method parameters in org.eclipse.epsilon.hutn.model.hutn with type arguments of type ClassObjectModifier and TypeMethodDescriptionvoid
ClassObjectSlot.setClassObjects
(org.eclipse.emf.common.util.EList<ClassObject> classObjects) Replaces the class objects in this slot. -
Uses of ClassObject in org.eclipse.epsilon.hutn.model.hutn.impl
Classes in org.eclipse.epsilon.hutn.model.hutn.impl that implement ClassObjectModifier and TypeClassDescriptionclass
An implementation of the model object 'Class Object'.Fields in org.eclipse.epsilon.hutn.model.hutn.impl with type parameters of type ClassObjectModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ClassObject>
ContainmentSlotImpl.classObjects
The cached value of the 'Class Objects
' containment reference list.protected org.eclipse.emf.common.util.EList<ClassObject>
PackageObjectImpl.classObjects
The cached value of the 'Class Objects
' containment reference list.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return ClassObjectMethods in org.eclipse.epsilon.hutn.model.hutn.impl that return types with arguments of type ClassObjectModifier and TypeMethodDescriptionabstract org.eclipse.emf.common.util.EList<ClassObject>
ClassObjectSlotImpl.getClassObjects()
org.eclipse.emf.common.util.EList<ClassObject>
ContainmentSlotImpl.getClassObjects()
org.eclipse.emf.common.util.EList<ClassObject>
PackageObjectImpl.getClassObjects()
org.eclipse.emf.common.util.EList<ClassObject>
ReferenceSlotImpl.getClassObjects()
org.eclipse.emf.common.util.EList<ClassObject>
ContainmentSlotImpl.getValues()
Methods in org.eclipse.epsilon.hutn.model.hutn.impl with parameters of type ClassObjectModifier and TypeMethodDescriptionabstract void
ClassObjectSlotImpl.addClassObject
(ClassObject classObject) void
ContainmentSlotImpl.addClassObject
(ClassObject classObject) void
ReferenceSlotImpl.addClassObject
(ClassObject classObject) org.eclipse.emf.common.notify.NotificationChain
SlotImpl.basicSetOwner
(ClassObject newOwner, org.eclipse.emf.common.notify.NotificationChain msgs) void
SlotImpl.setOwner
(ClassObject newOwner) Method parameters in org.eclipse.epsilon.hutn.model.hutn.impl with type arguments of type ClassObjectModifier and TypeMethodDescriptionabstract void
ClassObjectSlotImpl.setClassObjects
(org.eclipse.emf.common.util.EList<ClassObject> classObjects) void
ContainmentSlotImpl.setClassObjects
(org.eclipse.emf.common.util.EList<ClassObject> classObjects) void
ReferenceSlotImpl.setClassObjects
(org.eclipse.emf.common.util.EList<ClassObject> classObjects) -
Uses of ClassObject in org.eclipse.epsilon.hutn.model.hutn.util
Methods in org.eclipse.epsilon.hutn.model.hutn.util with parameters of type ClassObjectModifier and TypeMethodDescriptionHutnSwitch.caseClassObject
(ClassObject object) Returns the result of interpreting the object as an instance of 'Class Object'. -
Uses of ClassObject in org.eclipse.epsilon.hutn.xmi.parser.generator
Methods in org.eclipse.epsilon.hutn.xmi.parser.generator that return ClassObject -
Uses of ClassObject in org.eclipse.epsilon.hutn.xmi.postprocessor
Methods in org.eclipse.epsilon.hutn.xmi.postprocessor that return types with arguments of type ClassObjectModifier and TypeMethodDescriptionMethods in org.eclipse.epsilon.hutn.xmi.postprocessor with parameters of type ClassObject -
Uses of ClassObject in org.eclipse.epsilon.hutn.xmi.util
Methods in org.eclipse.epsilon.hutn.xmi.util that return ClassObjectMethods in org.eclipse.epsilon.hutn.xmi.util with parameters of type ClassObjectModifier and TypeMethodDescriptionstatic org.eclipse.emf.ecore.EStructuralFeature
HutnUtil.determineFeatureFromMetaClass
(ClassObject classObject, String featureName) static Slot<?>
HutnUtil.determineSlotFromMetaFeature
(ClassObject classObject, String featureName)