Package | Description |
---|---|
com.semarchy.mdm.runtime.model.dataaccess | |
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
com.semarchy.mdm.runtime.model.logical.label |
Modifier and Type | Method and Description |
---|---|
IReference |
ReferenceNavigation.getReference() |
IReference |
IOneToManyNode.getReference() |
Modifier and Type | Method and Description |
---|---|
IManyToOneNode |
IView.getManyToOneNavigation(IReference reference) |
IManyToOneNode |
DelegatingView.getManyToOneNavigation(IReference reference) |
IOneToManyNode |
IView.getOneToManyNavigation(IReference reference) |
IOneToManyNode |
DelegatingView.getOneToManyNavigation(IReference reference) |
Modifier and Type | Method and Description |
---|---|
IReference |
IReferenceLink.getReference() |
IReference |
IForeignAttribute.getReference() |
IReference |
IBOTransition.getReference() |
IReference |
IModel.getReference(String pReferenceName)
Returns the
IReference with the given name if it exists or throws
a NoSuchReferenceException |
IReference |
IEntity.getReferencedRef(String pReferenceName) |
IReference |
IEntity.getReferencingRef(String pReferenceName) |
Modifier and Type | Method and Description |
---|---|
List<IReference> |
IEntity.getReferencedRefs()
Return the IReferences where this entity (or one of it's super entities)
is the from entity.
|
List<IReference> |
IModel.getReferences()
Returns the list of references managed in this model ordered by
getName() . |
List<IReference> |
IEntity.getReferencingRefs()
Return the IReferences where this entity (or one of it's super entities)
is the to entity.
|
Modifier and Type | Method and Description |
---|---|
String |
IModelLabelProvider.getFromRoleLabel(IReference reference,
Locale locale) |
String |
IModelLabelProvider.getFromRolePluralLabel(IReference reference,
Locale locale) |
String |
IModelLabelProvider.getToRoleLabel(IReference reference,
Locale locale) |
Copyright © 2016. All rights reserved.