|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.devaki.nextobjects.util.MeriseTransform
The class responsible of all the CDM2PDM work.
http://www.devaki.org/transformation.html
Method Summary | |
static PhysicalModel |
cdm2pdm(ConceptualModel pConceptualModel)
Generate a PDM from the current CDM * |
static int |
getCardType(Association theAssociation)
return the type of the relation (11,1N,1N) so we know wich Merise rule to apply for a given association (cardinalities) card_is 01 11 0N 1N (right) is_card -------------------------------- 01 | 11 11 1N 1N 11 | 11 11 1N 1N 0N | 1N 1N NM NM 1N | 1N 1N NM NM (left) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PhysicalModel cdm2pdm(ConceptualModel pConceptualModel)
pConceptualModel
- the context model
public static int getCardType(Association theAssociation)
theAssociation
- the association to indentify
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |