| com.metaboss.sdlctools.models.impl.metabossmodel.ModelElementImpl
All known Subclasses: com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.EntityImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.ReportOutputFieldImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.SystemImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.EnterpriseImpl, com.metaboss.sdlctools.models.impl.metabossmodel.technologylibrarymodel.RelationalStorageTechnologyImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.SelectorImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.PrimaryKeyElementImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.ReportImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.AbstractOperationImpl, com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.PropertyDescriptorImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.ServicemoduleImpl, com.metaboss.sdlctools.models.impl.metabossmodel.designlibrarymodel.DesignLibraryImpl, com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.DataTypeImpl, com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.PropertyImpl, com.metaboss.sdlctools.models.impl.metabossmodel.ModelElementConstraintImpl, com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.TypeTemplateImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationImpl, com.metaboss.sdlctools.models.impl.metabossmodel.visualmodel.DiagramImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.MessageImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.EventImpl, com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.AbstractDataFieldImpl, com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.StructureImpl, com.metaboss.sdlctools.models.impl.metabossmodel.datadictionarymodel.AbstractNamespaceImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.DomainRelationalStorageDefinitionImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.SystemDependencyImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.DomainImpl, com.metaboss.sdlctools.models.impl.metabossmodel.designlibrarymodel.IncludedEnterpriseReferenceImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.ReportOutputEntityImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.ReportOutputElementImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.ServiceImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.ReportInputFieldImpl, com.metaboss.sdlctools.models.impl.metabossmodel.statemachinemodel.StateMachineImpl, com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.EventSubscriptionImpl,
ModelElementImpl | abstract public class ModelElementImpl extends InstanceHandler implements ModelElement(Code) | | |
ModelElementImpl | protected ModelElementImpl(StorableObject storable)(Code) | | |
findAttachment | public ModelElementAttachment findAttachment(String pAttachmentName)(Code) | | Parameters: pAttachmentName - ModelElementAttachment with specified name or null if none found |
getAttachment | public ModelElementAttachment getAttachment(String pAttachmentName)(Code) | | Parameters: pAttachmentName - ModelElementAttachment with specified name or throws exception if none found |
getCombinedContents | public Collection getCombinedContents()(Code) | | Collection of elements directly or indirectly owned by this element |
getContents | public Collection getContents()(Code) | | Collection of elements directly owned by this element |
getReferencedElements | public Collection getReferencedElements()(Code) | | Collection of elements directly referenced by this element |
isContainedWithin | public boolean isContainedWithin(ModelElement pContainerElement)(Code) | | true if this element is contained inside the given container |
isDerived | public boolean isDerived()(Code) | | true if this element is derived from other elements of the model (i.e. owned by some sort of model assistant) |
mayContain | public boolean mayContain(ModelElement pModelElement)(Code) | | true if this element may contain given element as the immediate child |
mayContainWithin | public boolean mayContainWithin(ModelElement pModelElement)(Code) | | true if this element may contain given element at any level |
|
|