|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.change_vision.jude.api.inf.model.IERRelationship
Interface for ERRelationship.
Method Summary | |
abstract IEREntity |
getChild()
Get Child Entity. |
abstract IERAttribute[] |
getForeignKeys()
Get foreign keys. |
abstract String |
getLogicalName()
Get Logical Name. |
abstract IEREntity |
getParent()
Get Parent Entity. |
abstract String |
getPhysicalName()
Get Physical Name. |
abstract String |
getVerbPhraseChild()
Get Verb Phrase(Child to Parent). |
abstract String |
getVerbPhraseParent()
Get Verb Phrase(Parent to Child). |
abstract boolean |
isIdentifying()
Check if the relationship is Identifying. |
abstract boolean |
isMultiToMulti()
Check if the relationship is Many-to-Many. |
abstract boolean |
isNonIdentifying()
Check if the relationship is Non-Identifying. |
abstract boolean |
isParentRequired()
Check if the attribute is@Parent required. |
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
getComments, getId, getOwner, getStereotypes, getTaggedValues |
Method Detail |
public abstract String getLogicalName()
public abstract String getPhysicalName()
public abstract String getVerbPhraseParent()
public abstract String getVerbPhraseChild()
public abstract boolean isIdentifying()
public abstract boolean isNonIdentifying()
public abstract boolean isMultiToMulti()
public abstract boolean isParentRequired()
public abstract IEREntity getParent()
public abstract IEREntity getChild()
public abstract IERAttribute[] getForeignKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |