public class EcoreExecutorPackage extends ExecutorPackage
ExecutorPackage.StringNameable| Constructor and Description |
|---|
EcoreExecutorPackage(EPackage ePackage) |
EcoreExecutorPackage(EPackage ePackage,
PackageId packageId) |
| Modifier and Type | Method and Description |
|---|---|
EPackage |
getEPackage() |
ExecutorType |
getOwnedClass(String typeName) |
List<Class> |
getOwnedClasses()
Returns the value of the 'Owned Classes' containment reference list.
|
List<Package> |
getOwnedPackages()
Returns the value of the 'Owned Packages' containment reference list.
|
Package |
getOwningPackage()
Returns the value of the 'Owning Package' container reference.
|
void |
init(ExecutorStandardLibrary standardLibrary,
ExecutorType[] types) |
getElementId, getNsPrefix, getOwnedConstraints, getPackageId, getURI, toStringgetImportedPackages, getOwnedInstances, getOwnedProfileApplications, setNsPrefix, setOwningPackage, setURIgetName, setNameaccept, allOwnedElements, eAdapters, eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eDeliver, eGet, eGet, eInvoke, eIsProxy, eIsSet, eNotify, eResource, eSet, eSetDeliver, eUnset, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValueequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic EcoreExecutorPackage(EPackage ePackage)
public EcoreExecutorPackage(EPackage ePackage,
PackageId packageId)
public final EPackage getEPackage()
getEPackage in interface PackagegetEPackage in class ExecutorPackagepublic List<Package> getOwnedPackages()
PackagePackage.
It is bidirectional and its opposite is 'Owning Package'.
References the packaged elements that are Packages.
getOwnedPackages in interface PackagegetOwnedPackages in class AbstractExecutorPackagePivotPackage.getPackage_OwnedPackages(),
Package.getOwningPackage()public Package getOwningPackage()
PackageOwned Packages'.
References the Package that owns this Package.
getOwningPackage in interface PackagegetOwningPackage in class AbstractExecutorPackagePackage.setOwningPackage(Package),
PivotPackage.getPackage_OwningPackage(),
Package.getOwnedPackages()public List<Class> getOwnedClasses()
PackageClass.
It is bidirectional and its opposite is 'Owning Package'.
References the packaged elements that are Types.
getOwnedClasses in interface PackagegetOwnedClasses in class ExecutorPackagePivotPackage.getPackage_OwnedClasses(),
Class.getOwningPackage()public ExecutorType getOwnedClass(String typeName)
getOwnedClass in interface PackagegetOwnedClass in class ExecutorPackagepublic void init(ExecutorStandardLibrary standardLibrary, ExecutorType[] types)
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.