|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IReference | |
---|---|
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 |
Uses of IReference in com.semarchy.mdm.runtime.model.dataaccess |
---|
Methods in com.semarchy.mdm.runtime.model.dataaccess that return IReference | |
---|---|
IReference |
IOneToManyNode.getReference()
|
Uses of IReference in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return IReference | |
---|---|
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)
|
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IReference | |
---|---|
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. |
Uses of IReference in com.semarchy.mdm.runtime.model.logical.label |
---|
Methods in com.semarchy.mdm.runtime.model.logical.label with parameters of type IReference | |
---|---|
String |
IModelLabelProvider.getFromRoleLabel(IReference pReference,
Locale pLocale)
|
String |
IModelLabelProvider.getFromRolePluralLabel(IReference pReference,
Locale pLocale)
|
String |
IModelLabelProvider.getToRoleLabel(IReference pReference,
Locale pLocale)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |