Uses of Interface
org.eclipse.epsilon.hutn.model.hutn.PackageObject
Packages that use PackageObject
Package
Description
-
Uses of PackageObject in org.eclipse.epsilon.hutn.model.hutn
Methods in org.eclipse.epsilon.hutn.model.hutn that return PackageObjectModifier and TypeMethodDescriptionHutnFactory.createPackageObject()Returns a new object of class 'Package Object'.ClassObject.getPackageObject()Returns the PackageObject that contains this ClassObject.Methods in org.eclipse.epsilon.hutn.model.hutn that return types with arguments of type PackageObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PackageObject>Spec.getObjects()Returns the value of the 'Objects' containment reference list. -
Uses of PackageObject in org.eclipse.epsilon.hutn.model.hutn.impl
Classes in org.eclipse.epsilon.hutn.model.hutn.impl that implement PackageObjectModifier and TypeClassDescriptionclassAn implementation of the model object 'Package Object'.Fields in org.eclipse.epsilon.hutn.model.hutn.impl with type parameters of type PackageObjectModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<PackageObject>SpecImpl.objectsThe cached value of the 'Objects' containment reference list.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return PackageObjectModifier and TypeMethodDescriptionHutnFactoryImpl.createPackageObject()ClassObjectImpl.getPackageObject()Returns the PackageObject that contains this ClassObject.PackageObjectImpl.getPackageObject()Returns the PackageObject that contains this ClassObjectContainer.Methods in org.eclipse.epsilon.hutn.model.hutn.impl that return types with arguments of type PackageObjectModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PackageObject>SpecImpl.getObjects() -
Uses of PackageObject in org.eclipse.epsilon.hutn.model.hutn.util
Methods in org.eclipse.epsilon.hutn.model.hutn.util with parameters of type PackageObjectModifier and TypeMethodDescriptionHutnSwitch.casePackageObject(PackageObject object) Returns the result of interpreting the object as an instance of 'Package Object'.