public interface Package extends NameSpace
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BpmnParticipant> |
getBpmnRepresents()
Getter for relation 'Package->BpmnRepresents'
Metamodel description:
null
|
<T extends BpmnParticipant> |
getBpmnRepresents(Class<T> filterClass)
Filtered Getter for relation 'Package->BpmnRepresents'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<PackageMerge> |
getMerge()
Getter for relation 'Package->Merge'
Metamodel description:
Merge relation between Packages.
|
<T extends PackageMerge> |
getMerge(Class<T> filterClass)
Filtered Getter for relation 'Package->Merge'
Metamodel description:
Merge relation between Packages.
|
org.eclipse.emf.common.util.EList<PackageImport> |
getPackageImporting()
Getter for relation 'Package->PackageImporting'
Metamodel description:
null
|
<T extends PackageImport> |
getPackageImporting(Class<T> filterClass)
Filtered Getter for relation 'Package->PackageImporting'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<PackageMerge> |
getReceivingMerge()
Getter for relation 'Package->ReceivingMerge'
Metamodel description:
null
|
<T extends PackageMerge> |
getReceivingMerge(Class<T> filterClass)
Filtered Getter for relation 'Package->ReceivingMerge'
Metamodel description:
null
|
Project |
getRepresented()
Getter for relation 'Package->Represented'
Metamodel description:
null
|
boolean |
isIsInstantiable()
Getter for attribute 'Package.IsInstantiable'
Metamodel description:
This attribute should be discarded.
|
void |
setIsInstantiable(boolean value)
Setter for attribute 'Package.IsInstantiable'
Metamodel description:
This attribute should be discarded.
|
void |
setRepresented(Project value)
Setter for relation 'Package->Represented'
Metamodel description:
null
|
getDeclared, getDeclared, getImporting, getImporting, getInstanciatingBinding, getInstanciatingBinding, getOwnedBehavior, getOwnedBehavior, getOwnedCollaborationUse, getOwnedCollaborationUse, getOwnedDataFlow, getOwnedDataFlow, getOwnedImport, getOwnedImport, getOwnedInformationFlow, getOwnedInformationFlow, getOwnedPackageImport, getOwnedPackageImport, getParent, getParent, getRealized, getRealized, getReceived, getReceived, getRepresenting, getRepresenting, getSent, getSent, getSpecialization, getSpecialization, getTemplate, getTemplate, getTemplateInstanciation, getTemplateInstanciation, getUsedNsu, getUsedNsu, getUserNsu, getUserNsu, getVisibility, isIsAbstract, isIsLeaf, isIsRoot, setIsAbstract, setIsLeaf, setIsRoot, setVisibility
getOwnedElement, getOwnedElement, getOwner, setOwner
addStereotype, getBpmnLaneRefs, getBpmnLaneRefs, getConstraintDefinition, getConstraintDefinition, getDefaultParametering, getDefaultParametering, getDependsOnDependency, getDependsOnDependency, getDescriptor, getDescriptor, getDocument, getDocument, getExtension, getExtension, getImpactedDependency, getImpactedDependency, getLocalProperties, getLocalProperty, getManifesting, getManifesting, getMatrix, getMatrix, getName, getNote, getNoteContent, getOwnerTemplateParameter, getProduct, getProduct, getProperties, getProperties, getProperties, getProperty, getProperty, getReceivedInfo, getReceivedInfo, getRepresentingConnector, getRepresentingConnector, getRepresentingEnd, getRepresentingEnd, getRepresentingInstance, getRepresentingInstance, getRepresentingPartition, getRepresentingPartition, getRepresents, getRepresents, getSentInfo, getSentInfo, getStereotype, getTag, getTag, getTag, getTagValue, getTagValues, getTemplateSubstitution, getTemplateSubstitution, getTypingParameter, getTypingParameter, isStereotyped, isTagged, putNoteContent, putTagValue, putTagValues, removeNotes, removeStereotypes, removeTags, setLocalProperties, setLocalProperty, setName, setOwnerTemplateParameter, setProperty, setProperty
getAddedToQuery, getAddedToQuery, getCausing, getCausing, getDiagramElement, getDiagramElement
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, delete, getCompositionChildren, getCompositionOwner, getMClass, getStatus, getUuid, isDeleted, isModifiable, isShell, isValid, mGet, mGet, mSet
compareTo
static final String MNAME
boolean isIsInstantiable()
void setIsInstantiable(boolean value)
org.eclipse.emf.common.util.EList<BpmnParticipant> getBpmnRepresents()
<T extends BpmnParticipant> List<T> getBpmnRepresents(Class<T> filterClass)
org.eclipse.emf.common.util.EList<PackageMerge> getReceivingMerge()
<T extends PackageMerge> List<T> getReceivingMerge(Class<T> filterClass)
Project getRepresented()
void setRepresented(Project value)
org.eclipse.emf.common.util.EList<PackageMerge> getMerge()
<T extends PackageMerge> List<T> getMerge(Class<T> filterClass)
org.eclipse.emf.common.util.EList<PackageImport> getPackageImporting()
<T extends PackageImport> List<T> getPackageImporting(Class<T> filterClass)