Package | Description |
---|---|
com.raffaeleconforti.foreignkeydiscovery.conceptualmodels |
Modifier and Type | Method and Description |
---|---|
Cardinality |
Relationship.getSTCard() |
Cardinality |
Relationship.getTSCard() |
static Cardinality |
Cardinality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cardinality[] |
Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Relationship.setSTCard(Cardinality c) |
void |
Relationship.setTSCard(Cardinality c) |
Constructor and Description |
---|
Relationship(Entity e1,
Entity e2,
Cardinality c1,
Cardinality c2) |